Searched refs:thr_getspecific (Results 1 – 14 of 14) sorted by relevance
92 if ((buf = thr_getspecific(gai_key)) == NULL) { in gai_strerror()
58 if ((he = thr_getspecific(name##_key)) != NULL) \
98 if ((buf = thr_getspecific(ttyname_key)) == NULL) { in ttyname()
109 statp = thr_getspecific(res_key); in __res_state()
100 rce_addr = (struct rpc_createerr *)thr_getspecific(rce_key); in __rpc_createerr()
133 rcp = (struct rpc_call_private *)thr_getspecific(rpc_call_key); in rpc_call()
229 netid_tcp = (char *)thr_getspecific(tcp_key); in __rpc_getconfip()230 netid_udp = (char *)thr_getspecific(udp_key); in __rpc_getconfip()
311 kcp = (struct key_call_private *)thr_getspecific(key_call_key); in getkeyserv_handle()
344 clnt_broadcast_result = (resultproc_t)thr_getspecific(clnt_broadcast_key); in rpc_wrap_bcast()
160 if ((nc_addr = (int *)thr_getspecific(nc_key)) == NULL) { in __nc_error()
122 #define thr_getspecific(k) _pthread_getspecific(k) macro
69 if ((ebuf = thr_getspecific(sig_key)) == NULL) { in sig_tlsalloc()
149 LOCKRET(thr_getspecific(key, &ret)); in ub_thread_key_get()
81 #define HEIMDAL_getspecific(k) thr_getspecific(k)