Searched refs:thr_once (Results 1 – 10 of 10) sorted by relevance
| /netbsd/src/lib/libc/string/ |
| D | strerror.c | 78 thr_once(&strerror_once, strerror_setup); in strerror_l()
|
| /netbsd/src/lib/libc/include/ |
| D | reentrant.h | 217 #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/ |
| D | mt_misc.c | 122 thr_once(&rce_once, __rpc_createerr_setup); in __rpc_createerr()
|
| D | clnt_simple.c | 145 thr_once(&rpc_call_once, rpc_call_setup); in rpc_call()
|
| D | rpc_soc.c | 419 thr_once(&clnt_broadcast_once, clnt_broadcast_setup); in clnt_broadcast()
|
| D | getnetconfig.c | 171 thr_once(&nc_once, __nc_error_setup); in __nc_error()
|
| D | rpc_generic.c | 266 thr_once(&__rpc_getconfigp_once, __rpc_getconfigp_setup); in __rpc_getconfip()
|
| /netbsd/src/lib/libc/gen/ |
| D | devname.c | 143 thr_once(&db_opened, devname_dbopen); in devname_r()
|
| D | arc4random.c | 685 thr_once(&arc4random_global.once, &arc4random_initialize); in arc4random_prng_get()
|
| /netbsd/src/common/lib/libprop/ |
| D | prop_object_impl.h | 416 #define _PROP_ONCE_RUN(x,f) thr_once(&(x), (void(*)(void))f);
|