Searched defs:once_control (Results 1 - 1 of 1) sorted by last modified time

/bionic/libc/bionic/
H A Dpthread.c2169 int pthread_once( pthread_once_t* once_control, void (*init_routine)(void) ) argument
2172 volatile pthread_once_t* ocptr = once_control;

Completed in 41 milliseconds