Searched refs:once_flag (Results 1 – 5 of 5) sorted by relevance
46 #define once_flag oflag.pad32_flag[1] macro165 if (once->once_flag == PTHREAD_ONCE_NOTDONE) { in pthread_once()167 if (once->once_flag == PTHREAD_ONCE_NOTDONE) { in pthread_once()172 once->once_flag = PTHREAD_ONCE_DONE; in pthread_once()
40 call_once(once_flag *flag, void (*func)(void)) in call_once()
54 typedef pthread_once_t once_flag; typedef70 extern void call_once(once_flag *, void (*)(void));
27 type | once_flag | threads.h | -ALL +C1155 once_flag *; void (*)(void) |\
29 static once_flag co_once = ONCE_FLAG_INIT;