Home
last modified time | relevance | path

Searched refs:thr_once (Results 1 – 10 of 10) sorted by relevance

/netbsd/src/lib/libc/string/
Dstrerror.c78 thr_once(&strerror_once, strerror_setup); in strerror_l()
/netbsd/src/lib/libc/include/
Dreentrant.h217 #define thr_once(o, f) __libc_thr_once((o), (f)) macro
315 thr_once(once_t *once_control, void (*routine)(void))
/netbsd/src/lib/libc/rpc/
Dmt_misc.c122 thr_once(&rce_once, __rpc_createerr_setup); in __rpc_createerr()
Dclnt_simple.c145 thr_once(&rpc_call_once, rpc_call_setup); in rpc_call()
Drpc_soc.c419 thr_once(&clnt_broadcast_once, clnt_broadcast_setup); in clnt_broadcast()
Dgetnetconfig.c171 thr_once(&nc_once, __nc_error_setup); in __nc_error()
Drpc_generic.c266 thr_once(&__rpc_getconfigp_once, __rpc_getconfigp_setup); in __rpc_getconfip()
/netbsd/src/lib/libc/gen/
Ddevname.c143 thr_once(&db_opened, devname_dbopen); in devname_r()
Darc4random.c685 thr_once(&arc4random_global.once, &arc4random_initialize); in arc4random_prng_get()
/netbsd/src/common/lib/libprop/
Dprop_object_impl.h416 #define _PROP_ONCE_RUN(x,f) thr_once(&(x), (void(*)(void))f);