Home
last modified time | relevance | path

Searched refs:thr_getspecific (Results 1 – 14 of 14) sorted by relevance

/freebsd/lib/libc/net/
H A Dgai_strerror.c92 if ((buf = thr_getspecific(gai_key)) == NULL) { in gai_strerror()
H A Dnetdb_private.h58 if ((he = thr_getspecific(name##_key)) != NULL) \
/freebsd/lib/libc/gen/
H A Dttyname.c98 if ((buf = thr_getspecific(ttyname_key)) == NULL) { in ttyname()
/freebsd/lib/libc/resolv/
H A Dres_state.c109 statp = thr_getspecific(res_key); in __res_state()
/freebsd/lib/libc/rpc/
H A Dmt_misc.c100 rce_addr = (struct rpc_createerr *)thr_getspecific(rce_key); in __rpc_createerr()
H A Dclnt_simple.c133 rcp = (struct rpc_call_private *)thr_getspecific(rpc_call_key); in rpc_call()
H A Drpc_generic.c229 netid_tcp = (char *)thr_getspecific(tcp_key); in __rpc_getconfip()
230 netid_udp = (char *)thr_getspecific(udp_key); in __rpc_getconfip()
H A Dkey_call.c311 kcp = (struct key_call_private *)thr_getspecific(key_call_key); in getkeyserv_handle()
H A Drpc_soc.c344 clnt_broadcast_result = (resultproc_t)thr_getspecific(clnt_broadcast_key); in rpc_wrap_bcast()
H A Dgetnetconfig.c160 if ((nc_addr = (int *)thr_getspecific(nc_key)) == NULL) { in __nc_error()
/freebsd/lib/libc/include/
H A Dreentrant.h122 #define thr_getspecific(k) _pthread_getspecific(k) macro
/freebsd/lib/libc/string/
H A Dstrsignal.c69 if ((ebuf = thr_getspecific(sig_key)) == NULL) { in sig_tlsalloc()
/freebsd/contrib/unbound/util/
H A Dlocks.c149 LOCKRET(thr_getspecific(key, &ret)); in ub_thread_key_get()
/freebsd/crypto/heimdal/include/
H A Dheim_threads.h81 #define HEIMDAL_getspecific(k) thr_getspecific(k)