Home
last modified time | relevance | path

Searched defs:init_routine (Results 1 – 6 of 6) sorted by relevance

/aosp_15_r20/external/elfutils/lib/
H A Deu-config.h46 # define once(once_control, init_routine) \ argument
59 # define once(once_control, init_routine) init_routine() argument
/aosp_15_r20/external/ltp/testcases/open_posix_testsuite/stress/threads/pthread_once/
H A Dstress.c94 static void init_routine(void) in init_routine() function
/aosp_15_r20/external/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
/aosp_15_r20/external/cronet/third_party/libc++/src/src/support/win32/
H A Dthread_win32.cpp125 void (*init_routine)(void) = reinterpret_cast<void (*)(void)>(__parameter); in __libcpp_init_once_execute_once_thunk() local
/aosp_15_r20/frameworks/av/media/libaudioprocessing/
H A DAudioResampler.cpp108 void AudioResampler::init_routine() in init_routine() function in android::AudioResampler
H A DAudioResamplerSinc.cpp89 void AudioResamplerSinc::init_routine() in init_routine() function in android::AudioResamplerSinc