HomeSort by relevance Sort by last modified time
    Searched refs:PTHREAD_ONCE_INIT (Results 251 - 275 of 280) sorted by null

<<1112

  /frameworks/av/media/libaudioprocessing/
AudioResampler.cpp 105 static pthread_once_t once_control = PTHREAD_ONCE_INIT;
AudioResamplerSinc.cpp 83 static pthread_once_t once_control = PTHREAD_ONCE_INIT;
AudioMixer.cpp     [all...]
  /external/selinux/libselinux/src/android/
android.c 667 static pthread_once_t once = PTHREAD_ONCE_INIT;
1128 static pthread_once_t fc_once = PTHREAD_ONCE_INIT;
1189 static pthread_once_t pkg_once = PTHREAD_ONCE_INIT;
    [all...]
  /bionic/libc/malloc_debug/
malloc_debug.cpp 96 static pthread_once_t atfork_init = PTHREAD_ONCE_INIT;
  /device/generic/goldfish-opengl/tests/gles_android_wrapper/
egl.cpp 48 pthread_once_t dispatchTablesInitialized = PTHREAD_ONCE_INIT;
  /external/bison/lib/glthread/
lock.c 454 static const pthread_once_t fresh_once = PTHREAD_ONCE_INIT;
lock.h 364 STORAGECLASS pthread_once_t NAME = PTHREAD_ONCE_INIT;
    [all...]
  /external/compiler-rt/lib/scudo/
scudo_allocator.cpp 156 static pthread_once_t GlobalInited = PTHREAD_ONCE_INIT;
  /hardware/qcom/audio/post_proc/
bundle.c 50 pthread_once_t once = PTHREAD_ONCE_INIT;
volume_listener.c 184 pthread_once_t once = PTHREAD_ONCE_INIT;
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/
pthread.h 211 #define PTHREAD_ONCE_INIT 0
464 extern variable initialized to PTHREAD_ONCE_INIT.
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/
pthread.h 209 #define PTHREAD_ONCE_INIT 0
474 extern variable initialized to PTHREAD_ONCE_INIT.
    [all...]
  /system/core/libutils/
Looper.cpp 60 static pthread_once_t gTLSOnce = PTHREAD_ONCE_INIT;
  /bionic/tests/
pthread_test.cpp     [all...]
  /external/selinux/libselinux/src/
selinux_restorecon.c 104 static pthread_once_t fc_once = PTHREAD_ONCE_INIT;
  /hardware/qcom/audio/hal/msm8960/
platform.c 215 static pthread_once_t check_op_once_ctl = PTHREAD_ONCE_INIT;
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
pthread.h 134 #define PTHREAD_ONCE_INIT 0
    [all...]
  /device/generic/goldfish/audio/
audio_hw.c 57 static pthread_once_t sFallbackOnce = PTHREAD_ONCE_INIT;
    [all...]
  /device/generic/goldfish-opengl/system/gralloc/
gralloc.cpp 83 static pthread_once_t sFallbackOnce = PTHREAD_ONCE_INIT;
    [all...]
  /hardware/qcom/audio/visualizer/
offload_visualizer.c 147 pthread_once_t once = PTHREAD_ONCE_INIT;
    [all...]
  /bionic/libc/dns/resolv/
res_cache.c     [all...]
  /external/libusb/libusb/os/
darwin_usb.c 66 static pthread_once_t darwin_init_once = PTHREAD_ONCE_INIT;
    [all...]
  /hardware/qcom/audio/hal/msm8916/
platform.c 509 static pthread_once_t check_op_once_ctl = PTHREAD_ONCE_INIT;
    [all...]
  /external/libcups/cups/
ppd.c 65 static pthread_once_t ppd_globals_key_once = PTHREAD_ONCE_INIT;
    [all...]

Completed in 696 milliseconds

<<1112