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

1 2 3 4 5 6 7 8 91011>>

  /external/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_once/
4-1-buildonly.c 10 *The constant PTHREAD_ONCE_INIT is defined in the pthread.h header.
15 pthread_once_t dummy = PTHREAD_ONCE_INIT;
1-1.c 41 pthread_once_t once_control = PTHREAD_ONCE_INIT;
1-2.c 93 pthread_once_t myctl = PTHREAD_ONCE_INIT;
2-1.c 93 pthread_once_t myctl = PTHREAD_ONCE_INIT;
3-1.c 32 pthread_once_t once_control = PTHREAD_ONCE_INIT;
1-3.c 122 pthread_once_t myctl = PTHREAD_ONCE_INIT;
  /external/ltp/testcases/open_posix_testsuite/conformance/definitions/pthread_h/
2-1-buildonly.c 57 #ifndef PTHREAD_ONCE_INIT
58 #error PTHREAD_ONCE_INIT not defined
  /prebuilts/ndk/r11/sources/android/support/src/locale/
uselocale.c 31 static pthread_once_t s_once = PTHREAD_ONCE_INIT;
  /prebuilts/ndk/r13/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/libvpx/libvpx/vpx_ports/
vpx_once.h 120 static pthread_once_t lock = 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/valgrind/none/tests/
pth_once.c 33 static pthread_once_t welcome_once_block = PTHREAD_ONCE_INIT;
  /prebuilts/ndk/r11/sources/cxx-stl/llvm-libc++abi/libcxxabi/src/
cxa_exception_storage.cpp 58 pthread_once_t flag_ = PTHREAD_ONCE_INIT;
  /prebuilts/ndk/r13/sources/cxx-stl/llvm-libc++abi/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/valgrind/helgrind/tests/
tc21_pthonce.c 48 static pthread_once_t welcome_once_block = PTHREAD_ONCE_INIT;
  /frameworks/av/services/audioflinger/
FastMixerState.cpp 54 pthread_once_t FastMixerState::sMaxFastTracksOnce = PTHREAD_ONCE_INIT;
  /external/dng_sdk/source/
dng_pthread.h 186 #undef PTHREAD_ONCE_INIT
187 #define PTHREAD_ONCE_INIT DNG_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.cc 65 g_DoSchedulingGroupOnce[i] = PTHREAD_ONCE_INIT;

Completed in 887 milliseconds

1 2 3 4 5 6 7 8 91011>>