| /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/external/gpl2/gettext/dist/gettext-tools/gnulib-lib/ |
| tls.h | 212 # pragma weak thr_setspecific macro 253 if (thr_setspecific ((NAME).key, (POINTER)) != 0) \
|
| /src/external/gpl2/gettext/dist/gettext-tools/libgettextpo/ |
| tls.h | 212 # pragma weak thr_setspecific macro 253 if (thr_setspecific ((NAME).key, (POINTER)) != 0) \
|
| /src/external/bsd/openldap/dist/libraries/libldap/ |
| thr_thr.c | 188 return thr_setspecific( key, data );
|
| /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/crypto/external/bsd/heimdal/dist/include/ |
| heim_threads.h | 100 #define HEIMDAL_setspecific(k,s,r) do { r = thr_setspecific(k,s); } while(0)
|
| /src/external/bsd/unbound/dist/util/ |
| locks.h | 240 #define ub_thread_key_set(key, v) LOCKRET(thr_setspecific(key, v))
|
| /src/lib/libc/gen/ |
| arc4random.c | 694 thr_setspecific(arc4random_global.thread_key, prng);
|