HomeSort by: relevance | last modified time | path
    Searched refs:thr_keycreate (Results 1 - 10 of 10) 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/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/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 48 milliseconds