HomeSort by: relevance | last modified time | path
    Searched refs:thr_once (Results 1 - 10 of 10) sorted by relevancy

  /src/lib/libc/string/
strerror.c 78 thr_once(&strerror_once, strerror_setup);
  /src/lib/libc/rpc/
mt_misc.c 122 thr_once(&rce_once, __rpc_createerr_setup);
clnt_simple.c 145 thr_once(&rpc_call_once, rpc_call_setup);
rpc_soc.c 419 thr_once(&clnt_broadcast_once, clnt_broadcast_setup);
getnetconfig.c 171 thr_once(&nc_once, __nc_error_setup);
rpc_generic.c 266 thr_once(&__rpc_getconfigp_once, __rpc_getconfigp_setup);
  /src/lib/libc/include/
reentrant.h 215 #define thr_once(o, f) __libc_thr_once((o), (f)) macro
315 thr_once(once_t *once_control, void (*routine)(void))
  /src/lib/libc/gen/
devname.c 144 thr_once(&db_opened, devname_dbopen);
arc4random.c 685 thr_once(&arc4random_global.once, &arc4random_initialize);
  /src/common/lib/libprop/
prop_object_impl.h 405 #define _PROP_ONCE_RUN(x,f) thr_once(&(x), (void(*)(void))f);

Completed in 22 milliseconds