Searched refs:__pthread (Results 1 – 25 of 39) sorted by relevance
12
34 struct __pthread *__readerqueue;35 struct __pthread *__writerqueue;
28 struct __pthread *__queue; /* List of waiters. */
28 struct __pthread *__queue;
34 struct __pthread *__queue;
36 struct __pthread *wakeup; in pthread_barrier_wait()43 struct __pthread *wakeups[n]; in pthread_barrier_wait()61 struct __pthread *self = _pthread_self (); in pthread_barrier_wait()
22 struct __pthread **_dl_pthread_threads;
25 __pthread_init_specific (struct __pthread *thread) in __pthread_init_specific()
29 struct __pthread *wakeup; in __pthread_rwlock_unlock()73 struct __pthread *wakeups[n]; in __pthread_rwlock_unlock()
28 struct __pthread *wakeup; in __pthread_cond_signal()
26 struct __pthread *self; in __pthread_getspecific()
27 struct __pthread *wakeup; in __pthread_cond_broadcast()
53 struct __pthread *wakeup;61 struct __pthread *wakeup = ctx->wakeup; in cancel_hook()103 struct __pthread *self = _pthread_self (); in __pthread_cond_timedwait_internal()
27 struct __pthread *t; in __thread_gscope_wait()
25 __pthread_destroy_specific (struct __pthread *thread) in __pthread_destroy_specific()
40 stack_setup (struct __pthread *thread, in stack_setup()74 __pthread_setup (struct __pthread *thread, in __pthread_setup() argument75 void (*entry_point) (struct __pthread *, void *(*)(void *), in __pthread_setup()
34 extern __thread struct __pthread *___pthread_self;38 struct __pthread *thread; \
30 struct __pthread *self = _pthread_self (); in __pthread_mutex_transfer_np()31 struct __pthread *pt = __pthread_getid (th); in __pthread_mutex_transfer_np()
29 __thread struct __pthread *___pthread_self;44 struct __pthread *thread; in _init_routine()
25 __pthread_sigstate_destroy (struct __pthread *thread) in __pthread_sigstate_destroy()
24 __pthread_sigstate_init (struct __pthread *thread) in __pthread_sigstate_init()
29 create_wakeupmsg (struct __pthread *thread) in create_wakeupmsg()67 __pthread_thread_alloc (struct __pthread *thread) in __pthread_thread_alloc()
29 __pthread_wakeup (struct __pthread *thread) in __pthread_wakeup()
27 __pthread_thread_start (struct __pthread *thread) in __pthread_thread_start()
41 __pthread_block (struct __pthread *thread) in __pthread_block()
29 struct __pthread *pthread; in __pthread_kill()
Completed in 15 milliseconds