Home
last modified time | relevance | path

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

/third_party/musl/libc-test/src/functional/
Dtest-malloc-stats-print.c42 static const char *find_thread_in_output(const char *output, const char *thread_id) in find_thread_in_output() function
63 const char *thread_data_start = find_thread_in_output(output, thread_id); in populate_thread_stats()
90 return find_thread_in_output(output, thread_id) != NULL; in is_thread_in_output()