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

  /src/lib/libc/string/
strerror.c 88 thr_setspecific(strerror_key, buf);
  /src/lib/libc/rpc/
mt_misc.c 128 thr_setspecific(rce_key, (void *) rce_addr);
clnt_simple.c 159 thr_setspecific(rpc_call_key, (void *) rcp);
rpc_generic.c 295 thr_setspecific(tcp_key,
309 thr_setspecific(udp_key,
rpc_soc.c 420 thr_setspecific(clnt_broadcast_key, (void *) eachresult);
getnetconfig.c 177 if (thr_setspecific(nc_key, nc_addr) != 0) {
svc_fdset.c 299 (void)thr_setspecific(fdsetkey, fds);
  /src/lib/libc/include/
reentrant.h 198 #define thr_setspecific(k, p) __libc_thr_setspecific((k), (p)) macro
306 #define thr_setspecific(k, p) __nothing
  /src/lib/libc/gmon/
gmon.c 200 thr_setspecific(_gmonkey, &_gmondummy);
215 thr_setspecific(_gmonkey, NULL);
254 thr_setspecific(_gmonkey, p);
  /src/common/lib/libc/gmon/
mcount.c 150 thr_setspecific(_gmonkey, &_gmondummy);
  /src/lib/libc/gen/
arc4random.c 694 thr_setspecific(arc4random_global.thread_key, prng);

Completed in 28 milliseconds