Home
last modified time | relevance | path

Searched refs:thread_data_regex_s (Results 1 – 1 of 1) sorted by relevance

/third_party/musl/libc-test/src/functional/
Dtest-malloc-stats-print.c44 char thread_data_regex_s[THREAD_DATA_REGEX_LEN + 1]; in find_thread_in_output() local
45 …snprintf(thread_data_regex_s, THREAD_DATA_REGEX_LEN, "^%s([[:space:]]+[[:digit:]]+){3}[[:space:]]*… in find_thread_in_output()
47 if (regcomp(&thread_data_regex, thread_data_regex_s, REG_EXTENDED | REG_NEWLINE) != 0) { in find_thread_in_output()
48 t_error("Failed to compile regex %s", thread_data_regex_s); in find_thread_in_output()