Home
last modified time | relevance | path

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

/llvm-project/compiler-rt/test/tsan/Darwin/
H A Ddyld-insert-libraries.c35 const unsigned k_max_thread_name_size = 64; in pthread_introspection_hook() local
36 char name[k_max_thread_name_size]; in pthread_introspection_hook()
41 pthread_getname_np(self, name, k_max_thread_name_size); in pthread_introspection_hook()
57 char name2[k_max_thread_name_size]; in pthread_introspection_hook()
58 pthread_getname_np(self, name2, k_max_thread_name_size); in pthread_introspection_hook()