Home | History | Annotate | Download | only in bits

Lines Matching refs:__gthrw3

101 #define __gthrw3(name) __gthrw2(__gthrw_ ## name, __ ## name, name)
102 __gthrw3(pthread_once)
103 __gthrw3(pthread_getspecific)
104 __gthrw3(pthread_setspecific)
106 __gthrw3(pthread_create)
107 __gthrw3(pthread_join)
108 __gthrw3(pthread_detach)
109 __gthrw3(pthread_equal)
110 __gthrw3(pthread_self)
111 __gthrw3(pthread_cancel)
112 __gthrw3(sched_yield)
114 __gthrw3(pthread_mutex_lock)
115 __gthrw3(pthread_mutex_trylock)
118 __gthrw3(pthread_mutex_timedlock)
121 __gthrw3(pthread_mutex_unlock)
122 __gthrw3(pthread_mutex_init)
123 __gthrw3(pthread_mutex_destroy)
125 __gthrw3(pthread_cond_broadcast)
126 __gthrw3(pthread_cond_signal)
127 __gthrw3(pthread_cond_wait)
128 __gthrw3(pthread_cond_timedwait)
129 __gthrw3(pthread_cond_destroy)
173 __gthrw3(pthread_cond_init)
174 __gthrw3(pthread_exit)