Home
last modified time | relevance | path

Searched refs:init_routine (Results 1 – 3 of 3) sorted by relevance

/external/ltp/testcases/open_posix_testsuite/stress/threads/pthread_once/
Dstress.c97 void init_routine(void) in init_routine() function
130 ret = pthread_once(&once_ctl, init_routine); in threaded()
/external/libcxx/include/
D__threading_support154 void (*init_routine)(void));
298 void (*init_routine)(void)) {
299 return pthread_once(flag, init_routine);
495 void (*init_routine)(void) = reinterpret_cast<void (*)(void)>(__parameter);
496 init_routine();
/external/valgrind/drd/
Ddrd_pthread_intercepts.c788 void (*init_routine)(void)) in pthread_once_intercept()
800 CALL_FN_W_WW(ret, fn, once_control, init_routine); in pthread_once_intercept()
807 (pthread_once_t *once_control, void (*init_routine)(void)),
808 (once_control, init_routine));