Home | History | Annotate | Download | only in bits

Lines Matching refs:__gthrw

69 # define __gthrw(name) \
73 # define __gthrw(name)
77 __gthrw(pthread_once)
78 __gthrw(pthread_key_create)
79 __gthrw(pthread_key_delete)
80 __gthrw(pthread_getspecific)
81 __gthrw(pthread_setspecific)
82 __gthrw(pthread_create)
84 __gthrw(pthread_mutex_lock)
85 __gthrw(pthread_mutex_trylock)
86 __gthrw(pthread_mutex_unlock)
87 __gthrw(pthread_mutexattr_init)
88 __gthrw(pthread_mutexattr_settype)
89 __gthrw(pthread_mutexattr_destroy)
90 __gthrw(pthread_mutex_init)
91 __gthrw(pthread_mutex_destroy)