Home
last modified time | relevance | path

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

/freebsd/lib/libc/net/
H A Dgai_strerror.c75 gai_keycreated = (thr_keycreate(&gai_key, free) == 0); in gai_keycreate()
H A Dnetdb_private.h45 (thr_keycreate(&name##_key, name##_free) == 0); \
/freebsd/lib/libc/gen/
H A Dttyname.c84 ttyname_keycreated = (thr_keycreate(&ttyname_key, free) == 0); in ttyname_keycreate()
/freebsd/lib/libc/resolv/
H A Dres_state.c63 res_thr_keycreated = thr_keycreate(&res_key, free_res) == 0; in res_keycreate()
/freebsd/lib/libc/rpc/
H A Dmt_misc.c88 rce_key_error = thr_keycreate(&rce_key, free); in rce_key_init()
H A Dclnt_simple.c96 rpc_call_key_error = thr_keycreate(&rpc_call_key, rpc_call_destroy); in rpc_call_key_init()
H A Drpc_generic.c202 tcp_key_error = thr_keycreate(&tcp_key, free); in keys_init()
203 udp_key_error = thr_keycreate(&udp_key, free); in keys_init()
H A Dkey_call.c284 key_call_key_error = thr_keycreate(&key_call_key, key_call_destroy); in key_call_init()
H A Drpc_soc.c321 thr_keycreate(&clnt_broadcast_key, free); in clnt_broadcast_key_init()
H A Dgetnetconfig.c140 nc_key_error = thr_keycreate(&nc_key, free); in nc_key_init()
/freebsd/lib/libc/include/
H A Dreentrant.h120 #define thr_keycreate(k, d) _pthread_key_create(k, d) macro
/freebsd/lib/libc/string/
H A Dstrsignal.c55 sig_keycreated = (thr_keycreate(&sig_key, free) == 0); in sig_keycreate()
/freebsd/crypto/heimdal/include/
H A Dheim_threads.h79 #define HEIMDAL_key_create(k,d,r) do { r = thr_keycreate(k,d); } while(0)
/freebsd/contrib/unbound/util/
H A Dlocks.h215 #define ub_thread_key_create(key, f) LOCKRET(thr_keycreate(key, f))