Home
last modified time | relevance | path

Searched defs:control (Results 1 – 2 of 2) sorted by relevance

/third_party/ulib/musl/src/thread/
A Dcall_once.c16 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()
/third_party/ulib/musl/pthread/
A Dpthread_once.c11 int pthread_once(pthread_once_t* control, void (*init)(void)) { in pthread_once()

Completed in 8 milliseconds