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

/freebsd-10.2-release/lib/libc/resolv/
H A Dres_state.c59 res_thr_keycreated = thr_keycreate(&res_key, free_res) == 0;
/freebsd-10.2-release/lib/libc/gen/
H A Dttyname.c83 ttyname_keycreated = (thr_keycreate(&ttyname_key, free) == 0);
/freebsd-10.2-release/lib/libc/include/
H A Dreentrant.h120 #define thr_keycreate(k, d) _pthread_key_create(k, d) macro
/freebsd-10.2-release/lib/libc/net/
H A Dgai_strerror.c74 gai_keycreated = (thr_keycreate(&gai_key, free) == 0);
H A Dnetdb_private.h45 (thr_keycreate(&name##_key, name##_free) == 0); \
/freebsd-10.2-release/lib/libc/rpc/
H A Dmt_misc.c92 rce_key_error = thr_keycreate(&rce_key, free);
H A Dclnt_simple.c101 rpc_call_key_error = thr_keycreate(&rpc_call_key, rpc_call_destroy);
H A Drpc_generic.c231 tcp_key_error = thr_keycreate(&tcp_key, free);
232 udp_key_error = thr_keycreate(&udp_key, free);
H A Dkey_call.c301 key_call_key_error = thr_keycreate(&key_call_key, key_call_destroy);
H A Dgetnetconfig.c144 nc_key_error = thr_keycreate(&nc_key, free);
H A Drpc_soc.c368 thr_keycreate(&clnt_broadcast_key, free);
/freebsd-10.2-release/lib/libc/string/
H A Dstrsignal.c59 sig_keycreated = (thr_keycreate(&sig_key, free) == 0);
/freebsd-10.2-release/contrib/gcc/
H A Dgthr-solaris.h74 __gthrw(thr_keycreate)
138 && __gthrw_(thr_keycreate) (&_objc_thread_storage, NULL) == 0)
435 if (__gthrw_(thr_keycreate) (key, dtor) != 0 || *key == (__gthread_key_t)-1)
/freebsd-10.2-release/crypto/heimdal/include/
H A Dheim_threads.h79 #define HEIMDAL_key_create(k,d,r) do { r = thr_keycreate(k,d); } while(0)
/freebsd-10.2-release/contrib/unbound/util/
H A Dlocks.h197 #define ub_thread_key_create(key, f) LOCKRET(thr_keycreate(key, f))

Completed in 91 milliseconds