/src/sys/sys/ |
once.h | 40 } once_t; typedef in typeref:struct:__anon2a25fac40108 43 int _init_once(once_t *, int (*)(void)); 44 void _fini_once(once_t *, void (*)(void)); 47 once_t (o) = { \
|
once.h | 40 } once_t; typedef in typeref:struct:__anon2a25fac40108 43 int _init_once(once_t *, int (*)(void)); 44 void _fini_once(once_t *, void (*)(void)); 47 once_t (o) = { \
|
/src/lib/libc/include/ |
reentrant.h | 125 #define once_t pthread_once_t macro 203 int __libc_thr_once(once_t *, void (*)(void)); 264 int __libc_thr_once_stub(once_t *, void (*)(void)); 315 thr_once(once_t *once_control, void (*routine)(void))
|
reentrant.h | 125 #define once_t pthread_once_t macro 203 int __libc_thr_once(once_t *, void (*)(void)); 264 int __libc_thr_once_stub(once_t *, void (*)(void)); 315 thr_once(once_t *once_control, void (*routine)(void))
|
/src/common/dist/zlib/ |
crc32.c | 218 typedef struct once_s once_t; typedef in typeref:struct:once_s 235 invoke once() at the same time. The state must be a once_t initialized with 238 local void once(once_t *state, void (*init)(void)) { 270 local void once(once_t *state, void (*init)(void)) { 285 local once_t made = ONCE_INIT;
|
crc32.c | 218 typedef struct once_s once_t; typedef in typeref:struct:once_s 235 invoke once() at the same time. The state must be a once_t initialized with 238 local void once(once_t *state, void (*init)(void)) { 270 local void once(once_t *state, void (*init)(void)) { 285 local once_t made = ONCE_INIT;
|