Searched defs:init_routine (Results 1 - 1 of 1) sorted by path

/bionic/libc/bionic/
H A Dpthread_once.cpp40 int pthread_once(pthread_once_t* once_control, void (*init_routine)(void)) { argument
90 (*init_routine)();

Completed in 118 milliseconds