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

/freebsd-current/lib/libc/include/
H A Dreentrant.h125 #define thr_once(o, i) _pthread_once(o, i) macro
/freebsd-current/lib/libc/net/
H A Dgai_strerror.c89 if (thr_once(&gai_init_once, gai_keycreate) != 0 ||
H A Dnetdb_private.h55 if (thr_once(&name##_init_once, name##_keycreate) != 0 || \
/freebsd-current/lib/libc/gen/
H A Dttyname.c94 if (thr_once(&ttyname_init_once, ttyname_keycreate) != 0 ||
/freebsd-current/lib/libthr/thread/
H A DMakefile.inc37 thr_once.c \
/freebsd-current/lib/libc/resolv/
H A Dres_state.c105 if (thr_once(&res_init_once, res_keycreate) != 0 ||
/freebsd-current/lib/libc/string/
H A Dstrsignal.c66 if (thr_once(&sig_init_once, sig_keycreate) != 0 ||
/freebsd-current/lib/libc/rpc/
H A Dmt_misc.c98 if (thr_once(&rce_once, rce_key_init) != 0 || rce_key_error != 0)
H A Dclnt_simple.c127 if (thr_once(&rpc_call_once, rpc_call_key_init) != 0 ||
H A Dkey_call.c308 if (thr_once(&key_call_once, key_call_init) != 0 ||
H A Dgetnetconfig.c158 if (thr_once(&nc_once, nc_key_init) != 0 || nc_key_error != 0)
H A Drpc_soc.c370 thr_once(&clnt_broadcast_once, clnt_broadcast_key_init);
H A Drpc_generic.c225 if (thr_once(&keys_once, keys_init) != 0 ||

Completed in 186 milliseconds