HomeSort by: relevance | last modified time | path
    Searched refs:thread_key_t (Results 1 - 22 of 22) sorted by relevancy

  /src/external/gpl2/gettext/dist/gettext-tools/gnulib-lib/
tls.c 45 glthread_tls_get (thread_key_t key)
tls.h 228 thread_key_t key;
247 extern void *glthread_tls_get (thread_key_t key);
  /src/external/gpl2/gettext/dist/gettext-tools/libgettextpo/
tls.c 45 glthread_tls_get (thread_key_t key)
tls.h 228 thread_key_t key;
247 extern void *glthread_tls_get (thread_key_t key);
  /src/lib/libc/include/
arc4random.h 51 thread_key_t thread_key;
reentrant.h 119 #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);
257 int __libc_thr_keycreate_stub(thread_key_t *, void (*)(void *));
258 int __libc_thr_setspecific_stub(thread_key_t, const void *);
259 void *__libc_thr_getspecific_stub(thread_key_t);
260 int __libc_thr_keydelete_stub(thread_key_t);
  /src/lib/libc/string/
strerror.c 60 static thread_key_t strerror_key;
  /src/lib/libc/rpc/
mt_misc.c 103 static thread_key_t rce_key;
clnt_simple.c 103 static thread_key_t rpc_call_key;
rpc_soc.c 355 static thread_key_t clnt_broadcast_key;
getnetconfig.c 150 static thread_key_t nc_key;
svc_fdset.c 77 static thread_key_t fdsetkey = -2;
rpc_generic.c 240 static thread_key_t tcp_key, udp_key;
  /src/lib/libc/thread-stub/
thread-stub.c 322 __libc_thr_keycreate_stub(thread_key_t *k, void (*d)(void *))
352 __libc_thr_setspecific_stub(thread_key_t k, const void *v)
361 __libc_thr_getspecific_stub(thread_key_t k)
368 __libc_thr_keydelete_stub(thread_key_t k)
  /src/external/gpl3/gdb/dist/gdb/nat/
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);
  /src/external/gpl3/gdb.old/dist/gdb/nat/
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);
  /src/external/bsd/openldap/dist/include/
ldap_int_thread.h 124 typedef thread_key_t ldap_int_thread_key_t;
  /src/common/lib/libc/gmon/
mcount.c 93 extern thread_key_t _gmonkey;
  /src/external/bsd/unbound/dist/util/
locks.h 214 typedef thread_key_t ub_thread_key_type;
  /src/lib/libc/gmon/
gmon.c 99 thread_key_t _gmonkey;
  /src/external/gpl3/gdb/dist/gdb/
sol-thread.c 153 const thread_key_t key, void **data_pp);
  /src/external/gpl3/gdb.old/dist/gdb/
sol-thread.c 153 const thread_key_t key, void **data_pp);

Completed in 47 milliseconds