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

  /src/lib/libc/string/
strerror.c 79 buf = thr_getspecific(strerror_key);
  /src/lib/libc/rpc/
mt_misc.c 123 rce_addr = thr_getspecific(rce_key);
clnt_simple.c 146 rcp = thr_getspecific(rpc_call_key);
rpc_generic.c 267 netid_tcp = thr_getspecific(tcp_key);
268 netid_udp = thr_getspecific(udp_key);
rpc_soc.c 382 clnt_broadcast_result = thr_getspecific(clnt_broadcast_key);
getnetconfig.c 172 nc_addr = thr_getspecific(nc_key) ;
svc_fdset.c 293 if ((fds = thr_getspecific(fdsetkey)) == NULL) {
  /src/lib/libc/include/
reentrant.h 199 #define thr_getspecific(k) __libc_thr_getspecific((k)) macro
307 #define thr_getspecific(k) /*LINTED*/0
  /src/common/lib/libc/gmon/
mcount.c 143 /* prevent re-entry via thr_getspecific */
147 p = thr_getspecific(_gmonkey);
  /src/tests/lib/libc/gen/
t_arc4random.c 87 prng = thr_getspecific(arc4random_global.thread_key);
  /src/lib/libc/gen/
arc4random.c 690 ? thr_getspecific(arc4random_global.thread_key)
919 ? thr_getspecific(arc4random_global.thread_key)

Completed in 47 milliseconds