HomeSort by relevance Sort by last modified time
    Searched refs:PTHREAD_ONCE_INIT (Results 1 - 25 of 182) sorted by null

1 2 3 4 5 6 7 8

  /external/skia/src/ports/
SkTLS_pthread.cpp 13 static pthread_once_t gSkTLSKey_Once = PTHREAD_ONCE_INIT;
  /ndk/sources/android/support/src/locale/
uselocale.c 31 static pthread_once_t s_once = PTHREAD_ONCE_INIT;
  /external/webrtc/webrtc/modules/audio_device/android/
ensure_initialized.cc 27 static pthread_once_t g_initialize_once = PTHREAD_ONCE_INIT;
  /external/webrtc/talk/app/webrtc/test/
androidtestinitializer.cc 49 static pthread_once_t g_initialize_once = PTHREAD_ONCE_INIT;
  /bionic/libc/bionic/
NetdClient.cpp 52 static pthread_once_t netdClientInitOnce = PTHREAD_ONCE_INIT;
  /device/generic/goldfish-opengl/system/OpenglSystemCommon/
ProcessPipe.cpp 24 static pthread_once_t sProcPipeOnce = PTHREAD_ONCE_INIT;
  /external/libcxxabi/src/
cxa_exception_storage.cpp 58 pthread_once_t flag_ = PTHREAD_ONCE_INIT;
  /external/valgrind/none/tests/
pth_once.c 33 static pthread_once_t welcome_once_block = PTHREAD_ONCE_INIT;
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vpx_ports/
vpx_once.h 80 static pthread_once_t lock = PTHREAD_ONCE_INIT;
  /ndk/sources/cxx-stl/llvm-libc++abi/libcxxabi/src/
cxa_exception_storage.cpp 58 pthread_once_t flag_ = PTHREAD_ONCE_INIT;
  /build/kati/
thread_local.h 93 pthread_once_t name##_once = PTHREAD_ONCE_INIT; \
  /external/google-breakpad/src/common/linux/
guid_creator.cc 85 pthread_once_t GUIDGenerator::once_control = PTHREAD_ONCE_INIT;
  /external/libselinux/src/
checkAccess.c 10 static pthread_once_t once = PTHREAD_ONCE_INIT;
selinux_internal.h 107 else if ((ONCE_CONTROL) == PTHREAD_ONCE_INIT) { \
  /external/libvpx/libvpx/vpx_ports/
vpx_once.h 107 static pthread_once_t lock = PTHREAD_ONCE_INIT;
  /external/valgrind/helgrind/tests/
tc21_pthonce.c 48 static pthread_once_t welcome_once_block = PTHREAD_ONCE_INIT;
  /frameworks/av/services/audioflinger/
FastMixerState.cpp 51 pthread_once_t FastMixerState::sMaxFastTracksOnce = PTHREAD_ONCE_INIT;
  /external/dng_sdk/source/
dng_pthread.h 179 #undef PTHREAD_ONCE_INIT
180 #define PTHREAD_ONCE_INIT DNG_PTHREAD_ONCE_INIT
  /external/jemalloc/src/
mutex.c 56 static pthread_once_t once_control = PTHREAD_ONCE_INIT;
  /external/selinux/libselinux/src/
checkAccess.c 10 static pthread_once_t once = PTHREAD_ONCE_INIT;
  /external/webrtc/webrtc/common_audio/signal_processing/
spl_init.c 106 static pthread_once_t lock = PTHREAD_ONCE_INIT;
  /system/bt/utils/src/
bt_utils.c 63 g_DoSchedulingGroupOnce[i] = PTHREAD_ONCE_INIT;
  /external/boringssl/src/crypto/
thread_pthread.c 111 static pthread_once_t g_thread_local_init_once = PTHREAD_ONCE_INIT;
  /external/mesa3d/src/mapi/mapi/
stub.c 59 static pthread_once_t once = PTHREAD_ONCE_INIT;
  /frameworks/native/opengl/libs/EGL/
egl_tls.cpp 33 pthread_once_t egl_tls_t::sOnceKey = PTHREAD_ONCE_INIT;

Completed in 779 milliseconds

1 2 3 4 5 6 7 8