Searched refs:once_flag (Results 1 - 2 of 2) sorted by relevance

/haiku/src/system/libroot/posix/libstdthreads/
H A Dcall_once.c36 call_once(once_flag *flag, void (*func)(void))
42 _Static_assert(sizeof(once_flag) == sizeof(pthread_once_t),
43 "once_flag must be of the same size as pthread_once_t");
/haiku/headers/posix/
H A Dthreads.h44 typedef pthread_once_t once_flag; typedef
73 void call_once(once_flag *, void (*)(void));

Completed in 79 milliseconds