Home
last modified time | relevance | path

Searched refs:THREAD_DATA_REGEX_LEN (Results 1 - 1 of 1) sorted by relevance

/third_party/musl/libc-test/src/functional/
H A Dtest-malloc-stats-print.c19 #define THREAD_DATA_REGEX_LEN (MAX_TID_LEN + 43) macro
44 char thread_data_regex_s[THREAD_DATA_REGEX_LEN + 1]; in find_thread_in_output()
45 snprintf(thread_data_regex_s, THREAD_DATA_REGEX_LEN, "^%s([[:space:]]+[[:digit:]]+){3}[[:space:]]*$", thread_id); in find_thread_in_output()

Completed in 1 milliseconds