Searched refs:__gthrw (Results 1 - 5 of 5) sorted by relevance

/freebsd-9.3-release/contrib/gcc/
H A Dgthr-tpf.h73 # define __gthrw(name) \ macro
77 # define __gthrw(name) macro
81 __gthrw(pthread_once)
82 __gthrw(pthread_key_create)
83 __gthrw(pthread_key_delete)
84 __gthrw(pthread_getspecific)
85 __gthrw(pthread_setspecific)
86 __gthrw(pthread_create)
88 __gthrw(pthread_mutex_lock)
89 __gthrw(pthread_mutex_tryloc
[all...]
H A Dgthr-dce.h60 # define __gthrw(name) \ macro
64 # define __gthrw(name) macro
68 __gthrw(pthread_once)
69 __gthrw(pthread_keycreate)
70 __gthrw(pthread_getspecific)
71 __gthrw(pthread_setspecific)
72 __gthrw(pthread_create)
73 __gthrw(pthread_mutex_init)
74 __gthrw(pthread_mutex_lock)
75 __gthrw(pthread_mutex_tryloc
[all...]
H A Dgthr-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_ini
[all...]
H A Dgthr-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_sel
[all...]
H A Dgthr-solaris.h66 # define __gthrw(name) \ macro
70 # define __gthrw(name) macro
74 __gthrw(thr_keycreate)
75 __gthrw(thr_getspecific)
76 __gthrw(thr_setspecific)
77 __gthrw(thr_create)
78 __gthrw(thr_self)
80 __gthrw(mutex_init)
81 __gthrw(mutex_destroy)
82 __gthrw(mutex_loc
[all...]

Completed in 66 milliseconds