Home
last modified time | relevance | path

Searched refs:thread_key_t (Results 1 – 15 of 15) sorted by relevance

/netbsd/src/lib/libc/include/
Dreentrant.h119 #define thread_key_t pthread_key_t macro
191 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);
Darc4random.h51 thread_key_t thread_key;
/netbsd/src/lib/libc/thread-stub/
Dthread-stub.c296 __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()
/netbsd/src/lib/libc/string/
Dstrerror.c60 static thread_key_t strerror_key;
/netbsd/src/lib/libc/rpc/
Dmt_misc.c103 static thread_key_t rce_key;
Dclnt_simple.c103 static thread_key_t rpc_call_key;
Drpc_soc.c355 static thread_key_t clnt_broadcast_key;
Dsvc_fdset.c76 static thread_key_t fdsetkey = -2;
Dgetnetconfig.c150 static thread_key_t nc_key;
Drpc_generic.c240 static thread_key_t tcp_key, udp_key;
/netbsd/src/external/bsd/openldap/dist/include/
Dldap_int_thread.h124 typedef thread_key_t ldap_int_thread_key_t;
/netbsd/src/common/lib/libc/gmon/
Dmcount.c93 extern thread_key_t _gmonkey;
/netbsd/src/crypto/external/bsd/heimdal/dist/include/
Dheim_threads.h98 #define HEIMDAL_thread_key thread_key_t
/netbsd/src/lib/libc/gmon/
Dgmon.c99 thread_key_t _gmonkey;
/netbsd/src/external/gpl3/gdb/dist/gdb/
Dsol-thread.c153 const thread_key_t key, void **data_pp);