HomeSort by relevance Sort by last modified time
    Searched refs:init_routine (Results 1 - 8 of 8) sorted by null

  /bionic/libc/bionic/
pthread_once.cpp 41 int pthread_once(pthread_once_t* once_control, void (*init_routine)(void)) {
71 (*init_routine)();
  /external/ltp/testcases/open_posix_testsuite/stress/threads/pthread_once/
stress.c 19 * The init_routine from pthread_once never execute
25 * -> Check the init_routine executed once.
97 void init_routine(void) function
130 ret = pthread_once(&once_ctl, init_routine);
  /frameworks/av/media/libaudioprocessing/
AudioResamplerSinc.h 94 static void init_routine();
AudioResampler.cpp 108 void AudioResampler::init_routine() function in class:android::AudioResampler
156 int ok = pthread_once(&once_control, init_routine);
AudioResamplerSinc.cpp 89 void AudioResamplerSinc::init_routine() function in class:android::AudioResamplerSinc
236 int ok = pthread_once(&once_control, init_routine);
  /frameworks/av/media/libaudioprocessing/include/media/
AudioResampler.h 163 static void init_routine();
  /external/libcxx/src/support/win32/
thread_win32.cpp 148 void (*init_routine)(void) = reinterpret_cast<void (*)(void)>(__parameter);
149 init_routine();
  /external/valgrind/drd/
drd_pthread_intercepts.c 788 void (*init_routine)(void))
800 CALL_FN_W_WW(ret, fn, once_control, init_routine);
807 (pthread_once_t *once_control, void (*init_routine)(void)),
808 (once_control, init_routine));
    [all...]

Completed in 252 milliseconds