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

1 2 3 4 5

  /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
  /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/ltp/include/
tst_safe_pthread.h 31 static pthread_once_t ltp_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 53 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;
  /system/core/libcutils/
trace-dev.cpp 21 static pthread_once_t atrace_once_control = PTHREAD_ONCE_INIT;
  /build/kati/
thread_local.h 88 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;
  /external/boringssl/src/crypto/
thread_pthread.c 120 static pthread_once_t g_thread_local_init_once = PTHREAD_ONCE_INIT;
  /external/jemalloc/src/
mutex.c 56 static pthread_once_t once_control = PTHREAD_ONCE_INIT;

Completed in 1255 milliseconds

1 2 3 4 5