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

  /src/lib/libc/string/
strerror.c 67 thr_keycreate(&strerror_key, free);
  /src/lib/libc/rpc/
mt_misc.c 110 thr_keycreate(&rce_key, free);
clnt_simple.c 110 thr_keycreate(&rpc_call_key, rpc_call_destroy);
rpc_generic.c 247 thr_keycreate(&tcp_key, free);
248 thr_keycreate(&udp_key, free);
rpc_soc.c 397 thr_keycreate(&clnt_broadcast_key, free);
getnetconfig.c 156 thr_keycreate(&nc_key, free);
svc_fdset.c 291 thr_keycreate(&fdsetkey, svc_fdset_free);
  /src/external/gpl2/gettext/dist/gettext-tools/gnulib-lib/
tls.h 210 # pragma weak thr_keycreate macro
236 if (thr_keycreate (&(NAME).key, DESTRUCTOR) != 0) \
  /src/external/gpl2/gettext/dist/gettext-tools/libgettextpo/
tls.h 210 # pragma weak thr_keycreate macro
236 if (thr_keycreate (&(NAME).key, DESTRUCTOR) != 0) \
  /src/external/bsd/openldap/dist/libraries/libldap/
thr_thr.c 176 return thr_keycreate( key, NULL );
  /src/lib/libc/include/
reentrant.h 197 #define thr_keycreate(k, d) __libc_thr_keycreate((k), (d)) macro
305 #define thr_keycreate(k, d) /*LINTED*/0
  /src/external/bsd/unbound/dist/util/
locks.h 215 #define ub_thread_key_create(key, f) LOCKRET(thr_keycreate(key, f))
  /src/lib/libc/gmon/
gmon.c 186 thr_keycreate(&_gmonkey, _m_gmon_destructor);
  /src/lib/libc/gen/
arc4random.c 667 if (thr_keycreate(&arc4random_global.thread_key,

Completed in 55 milliseconds