Searched refs:once_flag (Results 1 – 4 of 4) sorted by relevance
13 void call_once(once_flag *flag, void (*func)(void)) in call_once()
22 } once_flag; typedef
15 static once_flag flag = ONCE_FLAG_INIT;
77 void call_once(once_flag *flag, void (*func)(void));