Home
last modified time | relevance | path

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

/l4re-core-master/uclibc/lib/contrib/uclibc/libpthread/nptl/
A Dpthread_clock_settime.c40 struct pthread *thread = __find_thread_by_id (tid); in __pthread_clock_settime()
A DpthreadP.h394 extern struct pthread *__find_thread_by_id (pid_t tid) attribute_hidden
399 #define __find_thread_by_id(tid) \
400 (__find_thread_by_id ? (__find_thread_by_id) (tid) : (struct pthread *) NULL)
A Dpthread_clock_gettime.c46 struct pthread *thread = __find_thread_by_id (tid); in __pthread_clock_gettime()
A Dallocatestack.c896 # undef __find_thread_by_id
900 __find_thread_by_id (pid_t tid) in __find_thread_by_id() function
A DChangeLog1328 __make_stacks_executable, __find_thread_by_id, __nptl_setxid,
4241 * pthreadP.h (__find_thread_by_id): If !SHARED, add weak_function
4244 * allocatestack.c (__find_thread_by_id): Undefine.
4346 * allocatestack.c (__find_thread_by_id): Move attribute_hidden
6918 * pthreadP.h: Declare __find_thread_by_id.
6919 * allocatestack.c [HP_TIMING_AVAIL]: Define __find_thread_by_id.

Completed in 21 milliseconds