Home
last modified time | relevance | path

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

/netbsd-src/lib/libpthread/
H A Dpthread_misc.c70 if (pthread__find(thread) != 0) in __strong_alias()
88 if (pthread__find(thread) != 0) in pthread_setschedparam()
105 if (pthread__find(thread) != 0) in pthread_getaffinity_np()
121 if (pthread__find(thread) != 0) in pthread_setaffinity_np()
138 if (pthread__find(thread) != 0) in pthread_setschedprio()
157 if (pthread__find(thread) != 0) in pthread_kill()
H A Dpthread.c615 if (pthread__find(thread) != 0) in pthread_suspend_np()
629 if (pthread__find(thread) != 0) in pthread_resume_np()
706 if (pthread__find(thread) != 0) in pthread_join()
782 if (pthread__find(thread) != 0) in pthread_detach()
811 if (pthread__find(thread) != 0) in pthread_getname_np()
834 if (pthread__find(thread) != 0) in pthread_setname_np()
875 if (pthread__find(thread) != 0) in pthread_cancel()
993 pthread__find(pthread_t id) in pthread__find() function
H A Dpthread_int.h119 * its own cacheline, so pthread__find() is not needlessly impacted
238 int pthread__find(pthread_t) PTHREAD_HIDE;