Searched refs:thr_getspecific (Results 1 - 15 of 15) sorted by relevance

/freebsd-10.2-release/lib/libc/resolv/
H A Dres_state.c74 statp = thr_getspecific(res_key);
/freebsd-10.2-release/lib/libc/gen/
H A Dttyname.c97 if ((buf = thr_getspecific(ttyname_key)) == NULL) {
/freebsd-10.2-release/lib/libc/include/
H A Dreentrant.h122 #define thr_getspecific(k) _pthread_getspecific(k) macro
/freebsd-10.2-release/lib/libc/net/
H A Dgai_strerror.c91 if ((buf = thr_getspecific(gai_key)) == NULL) {
H A Dnetdb_private.h58 if ((he = thr_getspecific(name##_key)) != NULL) \
/freebsd-10.2-release/lib/libc/rpc/
H A Dmt_misc.c104 rce_addr = (struct rpc_createerr *)thr_getspecific(rce_key);
H A Dclnt_simple.c136 rcp = (struct rpc_call_private *)thr_getspecific(rpc_call_key);
H A Drpc_generic.c258 netid_tcp = (char *)thr_getspecific(tcp_key);
259 netid_udp = (char *)thr_getspecific(udp_key);
H A Dkey_call.c329 kcp = (struct key_call_private *)thr_getspecific(key_call_key);
H A Dgetnetconfig.c164 if ((nc_addr = (int *)thr_getspecific(nc_key)) == NULL) {
H A Drpc_soc.c389 clnt_broadcast_result = (resultproc_t)thr_getspecific(clnt_broadcast_key);
/freebsd-10.2-release/lib/libc/string/
H A Dstrsignal.c73 if ((ebuf = thr_getspecific(sig_key)) == NULL) {
/freebsd-10.2-release/contrib/gcc/
H A Dgthr-solaris.h75 __gthrw(thr_getspecific)
284 if (__gthrw_(thr_getspecific) (_objc_thread_storage, &value) == 0)
452 if (__gthrw_(thr_getspecific) (key, &ptr) == 0)
/freebsd-10.2-release/crypto/heimdal/include/
H A Dheim_threads.h81 #define HEIMDAL_getspecific(k) thr_getspecific(k)
/freebsd-10.2-release/contrib/unbound/util/
H A Dlocks.c149 LOCKRET(thr_getspecific(key, &ret));

Completed in 115 milliseconds