Searched refs:__find_thread_by_id (Results 1 – 5 of 5) sorted by relevance
40 struct pthread *thread = __find_thread_by_id (tid); in __pthread_clock_settime()
394 extern struct pthread *__find_thread_by_id (pid_t tid) attribute_hidden399 #define __find_thread_by_id(tid) \400 (__find_thread_by_id ? (__find_thread_by_id) (tid) : (struct pthread *) NULL)
46 struct pthread *thread = __find_thread_by_id (tid); in __pthread_clock_gettime()
896 # undef __find_thread_by_id900 __find_thread_by_id (pid_t tid) in __find_thread_by_id() function
1328 __make_stacks_executable, __find_thread_by_id, __nptl_setxid,4241 * pthreadP.h (__find_thread_by_id): If !SHARED, add weak_function4244 * allocatestack.c (__find_thread_by_id): Undefine.4346 * allocatestack.c (__find_thread_by_id): Move attribute_hidden6918 * pthreadP.h: Declare __find_thread_by_id.6919 * allocatestack.c [HP_TIMING_AVAIL]: Define __find_thread_by_id.
Completed in 21 milliseconds