HomeSort by relevance Sort by last modified time
    Searched full:once_control (Results 76 - 100 of 104) sorted by null

1 2 34 5

  /prebuilts/ndk/9/platforms/android-9/arch-mips/usr/include/
pthread.h 273 int pthread_once(pthread_once_t *once_control, void (*init_routine)(void));
  /prebuilts/ndk/9/platforms/android-9/arch-x86/usr/include/
pthread.h 273 int pthread_once(pthread_once_t *once_control, void (*init_routine)(void));
  /frameworks/av/services/audioflinger/
AudioResampler.cpp 96 static pthread_once_t once_control = PTHREAD_ONCE_INIT; member in namespace:android
141 int ok = pthread_once(&once_control, init_routine);
AudioResamplerSinc.cpp 328 static pthread_once_t once_control = PTHREAD_ONCE_INIT; member in namespace:android
    [all...]
  /external/chromium_org/native_client_sdk/src/tools/tests/data/
test_static_arm.nexe 
  /external/chromium_org/third_party/tcmalloc/chromium/src/windows/
port.h 166 EXTERN_C int perftools_pthread_once(pthread_once_t *once_control,
  /external/chromium_org/third_party/tcmalloc/vendor/src/windows/
port.h 163 EXTERN_C int perftools_pthread_once(pthread_once_t *once_control,
  /bionic/libc/bionic/
pthread.c     [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/
pthread.h 461 same ONCE_CONTROL argument. ONCE_CONTROL must point to a static or
    [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/
pthread.h 461 same ONCE_CONTROL argument. ONCE_CONTROL must point to a static or
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/
pthread.h 461 same ONCE_CONTROL argument. ONCE_CONTROL must point to a static or
    [all...]
  /external/pixman/
configure.ac 887 static pthread_once_t once_control = PTHREAD_ONCE_INIT;
901 if (pthread_once (&once_control, make_key) != 0)
  /external/chromium_org/native_client_sdk/src/libraries/third_party/pthreads-win32/
pthread.h 967 PTW32_DLLPORT int PTW32_CDECL pthread_once (pthread_once_t * once_control,
    [all...]
  /prebuilts/ndk/4/platforms/android-3/arch-arm/usr/lib/
libc.so 
  /prebuilts/ndk/4/platforms/android-4/arch-arm/usr/lib/
libc.so 
  /prebuilts/ndk/4/platforms/android-5/arch-arm/usr/lib/
libc.so 
  /prebuilts/ndk/4/platforms/android-5/arch-x86/usr/lib/
libc.so 
  /prebuilts/ndk/4/platforms/android-8/arch-arm/usr/lib/
libc.so 
  /prebuilts/ndk/4/platforms/android-8/arch-x86/usr/lib/
libc.so 
  /prebuilts/ndk/5/platforms/android-3/arch-arm/usr/lib/
libc.so 
  /prebuilts/ndk/5/platforms/android-5/arch-arm/usr/lib/
libc.so 
  /prebuilts/ndk/5/platforms/android-8/arch-arm/usr/lib/
libc.so 
  /prebuilts/ndk/6/platforms/android-3/arch-arm/usr/lib/
libc.so 
  /prebuilts/ndk/6/platforms/android-5/arch-arm/usr/lib/
libc.so 
  /prebuilts/ndk/6/platforms/android-8/arch-arm/usr/lib/
libc.so 

Completed in 649 milliseconds

1 2 34 5