Home
last modified time | relevance | path

Searched refs:once_flag (Results 1 – 5 of 5) sorted by relevance

/illumos-gate/usr/src/lib/libc/port/threads/
H A Dpthread.c47 #define once_flag oflag.pad32_flag[1] macro
200 if (once->once_flag == PTHREAD_ONCE_NOTDONE) { in pthread_once()
202 if (once->once_flag == PTHREAD_ONCE_NOTDONE) { in pthread_once()
207 once->once_flag = PTHREAD_ONCE_DONE; in pthread_once()
H A Dc11_thr.c40 call_once(once_flag *flag, void (*func)(void)) in call_once()
/illumos-gate/usr/src/head/
H A Dthreads.h54 typedef pthread_once_t once_flag; typedef
70 extern void call_once(once_flag *, void (*)(void));
/illumos-gate/usr/src/test/libc-tests/cfg/symbols/
H A Dthreads_h.cfg27 type | once_flag | threads.h | -ALL +C11
55 once_flag *; void (*)(void) |\
/illumos-gate/usr/src/test/libc-tests/tests/
H A Dcall_once.c29 static once_flag co_once = ONCE_FLAG_INIT;