/netbsd-src/lib/libc/include/ |
H A D | reentrant.h | 119 #define thread_key_t pthread_key_t 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); 116 #define thread_key_t pthread_key_t global() macro
|
/netbsd-src/lib/libc/thread-stub/ |
H A D | thread-stub.c | 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()
|
/netbsd-src/external/gpl3/gdb/dist/gdb/nat/ |
H A D | glibc_thread_db.h | 243 typedef pthread_key_t thread_key_t; typedef 250 typedef int td_key_iter_f (thread_key_t, void (*) (void *), void *); 449 const thread_key_t __tk, void **__data);
|
/netbsd-src/external/gpl3/gdb.old/dist/gdb/nat/ |
H A D | glibc_thread_db.h | 243 typedef pthread_key_t thread_key_t; typedef 250 typedef int td_key_iter_f (thread_key_t, void (*) (void *), void *); 449 const thread_key_t __tk, void **__data);
|
/netbsd-src/external/gpl2/gettext/dist/gettext-tools/gnulib-lib/ |
H A D | tls.h | 228 thread_key_t key; 247 extern void *glthread_tls_get (thread_key_t key);
|
H A D | tls.c | 45 glthread_tls_get (thread_key_t key) in glthread_tls_get()
|
/netbsd-src/external/gpl2/gettext/dist/gettext-tools/libgettextpo/ |
H A D | tls.h | 228 thread_key_t key; 247 extern void *glthread_tls_get (thread_key_t key);
|
H A D | tls.c | 45 glthread_tls_get (thread_key_t key) in glthread_tls_get()
|
/netbsd-src/lib/libc/string/ |
H A D | strerror.c | 60 static thread_key_t strerror_key;
|
/netbsd-src/lib/libc/rpc/ |
H A D | mt_misc.c | 103 static thread_key_t rce_key;
|
H A D | clnt_simple.c | 103 static thread_key_t rpc_call_key;
|
H A D | rpc_soc.c | 355 static thread_key_t clnt_broadcast_key;
|
H A D | svc_fdset.c | 76 static thread_key_t fdsetkey = -2;
|
H A D | getnetconfig.c | 150 static thread_key_t nc_key;
|
H A D | rpc_generic.c | 240 static thread_key_t tcp_key, udp_key;
|
/netbsd-src/external/bsd/openldap/dist/include/ |
H A D | ldap_int_thread.h | 124 typedef thread_key_t ldap_int_thread_key_t;
|
/netbsd-src/common/lib/libc/gmon/ |
H A D | mcount.c | 93 extern thread_key_t _gmonkey;
|
/netbsd-src/external/bsd/unbound/dist/util/ |
H A D | locks.h | 213 typedef thread_key_t ub_thread_key_type;
|
/netbsd-src/crypto/external/bsd/heimdal/dist/include/ |
H A D | heim_threads.h | 98 #define HEIMDAL_thread_key thread_key_t
|
/netbsd-src/lib/libc/gmon/ |
H A D | gmon.c | 99 thread_key_t _gmonkey;
|
/netbsd-src/lib/libc/gen/ |
H A D | arc4random.c |
|