Searched defs:control (Results 1 – 2 of 2) sorted by relevance
16 static void once_full(once_flag* control, void (*init)(void)) { in once_full()36 void call_once(once_flag* control, void (*init)(void)) { in call_once()
11 int pthread_once(pthread_once_t* control, void (*init)(void)) { in pthread_once()
Completed in 8 milliseconds