Home
last modified time | relevance | path

Searched refs:__gthrw (Results 1 – 7 of 7) sorted by relevance

/NextBSD/contrib/gcc/
HDgthr-posix.h75 #define __gthrw(name) __gthrw2(__gthrw_ ## name,name,name) macro
92 __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 …]
HDgthr-posix95.h60 # define __gthrw(name) \ macro
64 # define __gthrw(name) macro
68 __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 …]
HDgthr-dce.h60 # define __gthrw(name) \ macro
64 # define __gthrw(name) macro
68 __gthrw(pthread_once)
69 __gthrw(pthread_keycreate) in __gthrw() function
70 __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 …]
HDgthr-tpf.h73 # 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()
[all …]
HDgthr-solaris.h66 # define __gthrw(name) \ macro
70 # define __gthrw(name) macro
74 __gthrw(thr_keycreate)
75 __gthrw(thr_getspecific) in __gthrw() function
76 __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 …]
HDChangeLog-20063286 * gthr-solaris.h: Prototype __gthrw forms of thr_self, mutex_init and
3288 the __gthrw form of thr_keycreate.
10641 (__gthrw): Avoid expanding the declared name suffix.
11096 * gthr-posix.h (__gthrw): Fix typo in comment.
HDChangeLog-20054600 gthr-tpf.h: Define __gthrw. For all identifiers that might
4601 be weak, introduce weakrefs or non-weak aliases with __gthrw,