Searched refs:thread_key_t (Results 1 – 15 of 15) sorted by relevance
119 #define thread_key_t pthread_key_t macro191 int __libc_thr_keycreate(thread_key_t *, void (*)(void *));192 int __libc_thr_setspecific(thread_key_t, const void *);193 void *__libc_thr_getspecific(thread_key_t);194 int __libc_thr_keydelete(thread_key_t);259 int __libc_thr_keycreate_stub(thread_key_t *, void (*)(void *));260 int __libc_thr_setspecific_stub(thread_key_t, const void *);261 void *__libc_thr_getspecific_stub(thread_key_t);262 int __libc_thr_keydelete_stub(thread_key_t);
51 thread_key_t thread_key;
296 __libc_thr_keycreate_stub(thread_key_t *k, void (*d)(void *)) in __weak_alias()326 __libc_thr_setspecific_stub(thread_key_t k, const void *v) in __libc_thr_setspecific_stub()335 __libc_thr_getspecific_stub(thread_key_t k) in __libc_thr_getspecific_stub()342 __libc_thr_keydelete_stub(thread_key_t k) in __libc_thr_keydelete_stub()
60 static thread_key_t strerror_key;
103 static thread_key_t rce_key;
103 static thread_key_t rpc_call_key;
355 static thread_key_t clnt_broadcast_key;
76 static thread_key_t fdsetkey = -2;
150 static thread_key_t nc_key;
240 static thread_key_t tcp_key, udp_key;
124 typedef thread_key_t ldap_int_thread_key_t;
93 extern thread_key_t _gmonkey;
98 #define HEIMDAL_thread_key thread_key_t
99 thread_key_t _gmonkey;
153 const thread_key_t key, void **data_pp);