Searched refs:init_routine (Results 1 – 5 of 5) sorted by relevance
41 int pthread_once(pthread_once_t* once_control, void (*init_routine)(void)) { in pthread_once()71 (*init_routine)(); in pthread_once()
94 static void init_routine();
108 void AudioResampler::init_routine() in init_routine() function in android::AudioResampler156 int ok = pthread_once(&once_control, init_routine); in create()
90 void AudioResamplerSinc::init_routine() in init_routine() function in android::AudioResamplerSinc237 int ok = pthread_once(&once_control, init_routine); in AudioResamplerSinc()
163 static void init_routine();