Searched refs:thr_once (Results 1 - 14 of 14) sorted by relevance

/freebsd-10.2-release/lib/libc/resolv/
H A Dres_state.c70 if (thr_once(&res_init_once, res_keycreate) != 0 ||
/freebsd-10.2-release/lib/libthr/thread/
H A DMakefile.inc36 thr_once.c \
/freebsd-10.2-release/lib/libc/gen/
H A Dttyname.c94 if (thr_once(&ttyname_init_once, ttyname_keycreate) != 0 ||
/freebsd-10.2-release/lib/libc/include/
H A Dreentrant.h125 #define thr_once(o, i) _pthread_once(o, i) macro
/freebsd-10.2-release/lib/libc/net/
H A Dgai_strerror.c88 if (thr_once(&gai_init_once, gai_keycreate) != 0 ||
H A Dnetdb_private.h55 if (thr_once(&name##_init_once, name##_keycreate) != 0 || \
/freebsd-10.2-release/lib/libc/rpc/
H A Dmt_misc.c102 if (thr_once(&rce_once, rce_key_init) != 0 || rce_key_error != 0)
H A Dclnt_simple.c130 if (thr_once(&rpc_call_once, rpc_call_key_init) != 0 ||
H A Dkey_call.c326 if (thr_once(&key_call_once, key_call_init) != 0 ||
H A Dgetnetconfig.c162 if (thr_once(&nc_once, nc_key_init) != 0 || nc_key_error != 0)
H A Drpc_soc.c412 thr_once(&clnt_broadcast_once, clnt_broadcast_key_init);
H A Drpc_generic.c255 if (thr_once(&keys_once, keys_init) != 0 ||
/freebsd-10.2-release/lib/libc/string/
H A Dstrsignal.c70 if (thr_once(&sig_init_once, sig_keycreate) != 0 ||
/freebsd-10.2-release/lib/libkse/thread/
H A DMakefile.inc72 thr_once.c \

Completed in 88 milliseconds