Searched refs:__gthrw (Results 1 – 7 of 7) sorted by relevance
75 #define __gthrw(name) __gthrw2(__gthrw_ ## name,name,name) macro92 __gthrw(pthread_once)93 __gthrw(pthread_getspecific)94 __gthrw(pthread_setspecific)95 __gthrw(pthread_create)96 __gthrw(pthread_cancel)97 __gthrw(pthread_mutex_lock)98 __gthrw(pthread_mutex_trylock)99 __gthrw(pthread_mutex_unlock)100 __gthrw(pthread_mutex_init)[all …]
60 # define __gthrw(name) \ macro64 # define __gthrw(name) macro68 __gthrw(pthread_once)69 __gthrw(pthread_key_create)70 __gthrw(pthread_key_delete)71 __gthrw(pthread_getspecific)72 __gthrw(pthread_setspecific)73 __gthrw(pthread_create)74 __gthrw(pthread_cancel)75 __gthrw(pthread_self)[all …]
60 # define __gthrw(name) \ macro64 # define __gthrw(name) macro68 __gthrw(pthread_once)69 __gthrw(pthread_keycreate) in __gthrw() function70 __gthrw(pthread_getspecific) in __gthrw()71 __gthrw(pthread_setspecific) in __gthrw()72 __gthrw(pthread_create) in __gthrw()73 __gthrw(pthread_mutex_init) in __gthrw()74 __gthrw(pthread_mutex_lock) in __gthrw()75 __gthrw(pthread_mutex_trylock) in __gthrw()[all …]
73 # define __gthrw(name) \ macro77 # define __gthrw(name) macro81 __gthrw(pthread_once)82 __gthrw(pthread_key_create) in __gthrw() function83 __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()[all …]
66 # define __gthrw(name) \ macro70 # define __gthrw(name) macro74 __gthrw(thr_keycreate)75 __gthrw(thr_getspecific) in __gthrw() function76 __gthrw(thr_setspecific) in __gthrw()77 __gthrw(thr_create) in __gthrw()78 __gthrw(thr_self) in __gthrw()80 __gthrw(mutex_init) in __gthrw()81 __gthrw(mutex_destroy) in __gthrw()82 __gthrw(mutex_lock) in __gthrw()[all …]
3286 * gthr-solaris.h: Prototype __gthrw forms of thr_self, mutex_init and3288 the __gthrw form of thr_keycreate.10641 (__gthrw): Avoid expanding the declared name suffix.11096 * gthr-posix.h (__gthrw): Fix typo in comment.
4600 gthr-tpf.h: Define __gthrw. For all identifiers that might4601 be weak, introduce weakrefs or non-weak aliases with __gthrw,