Home
last modified time | relevance | path

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

/openbsd-src/regress/lib/libpthread/pthread_once/
H A Dpthread_once.c16 init_routine(void) in init_routine() function
31 pthread_once(&once_control, init_routine); in thread_main()
44 CHECKr(pthread_once(&once_control, init_routine)); in main()
/openbsd-src/lib/libc/thread/
H A Drthread_once.c22 pthread_once(pthread_once_t *once_control, void (*init_routine)(void)) in pthread_once()
26 init_routine(); in pthread_once()
/openbsd-src/distrib/special/libstubs/
H A Dpthread_once.c22 pthread_once(pthread_once_t *once_control, void (*init_routine)(void)) in pthread_once()
25 init_routine(); in pthread_once()
/openbsd-src/gnu/llvm/libcxx/src/support/win32/
H A Dthread_win32.cpp148 void (*init_routine)(void) = reinterpret_cast<void (*)(void)>(__parameter); in __libcpp_init_once_execute_once_thunk() local
149 init_routine(); in __libcpp_init_once_execute_once_thunk()
/openbsd-src/gnu/llvm/libcxx/include/
H A D__threading_support513 void (*init_routine)(void)) {
514 ::call_once(flag, init_routine);