Lines Matching refs:__gthrw
73 # define __gthrw(name) \ macro
77 # define __gthrw(name) macro
81 __gthrw(pthread_once)
82 __gthrw(pthread_key_create) in __gthrw() function
83 __gthrw(pthread_key_delete) in __gthrw()
84 __gthrw(pthread_getspecific) in __gthrw()
85 __gthrw(pthread_setspecific) in __gthrw()
86 __gthrw(pthread_create) in __gthrw()
88 __gthrw(pthread_mutex_lock) in __gthrw()
89 __gthrw(pthread_mutex_trylock) in __gthrw()
90 __gthrw(pthread_mutex_unlock) in __gthrw()
91 __gthrw(pthread_mutexattr_init) in __gthrw()
92 __gthrw(pthread_mutexattr_settype) in __gthrw()
93 __gthrw(pthread_mutexattr_destroy) in __gthrw()
94 __gthrw(pthread_mutex_init) in __gthrw()