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

1 2 3 4 5 6

  /external/ltp/testcases/open_posix_testsuite/conformance/definitions/pthread_h/
3-9-buildonly.c 8 Test pthread_once_t
13 pthread_once_t dummy;
  /external/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_once/
4-1-buildonly.c 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 16 * 2. In the thread routine, call pthread_once using a global pthread_once_t
31 /* Global pthread_once_t object */
32 pthread_once_t once_control = PTHREAD_ONCE_INIT;
103 * pthread_once_t object. */
1-3.c 122 pthread_once_t myctl = PTHREAD_ONCE_INIT;
  /bionic/libc/bionic/
pthread_once.cpp 41 int pthread_once(pthread_once_t* once_control, void (*init_routine)(void)) {
42 static_assert(sizeof(atomic_int) == sizeof(pthread_once_t),
43 "pthread_once_t should actually be atomic_int in implementation.");
45 // We prefer casting to atomic_int instead of declaring pthread_once_t to be atomic_int directly.
NetdClient.cpp 53 static pthread_once_t netdClientInitOnce = 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/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;
  /build/kati/
thread_local.h 64 template <typename Type, pthread_key_t* key, pthread_once_t* once>
88 pthread_once_t name##_once = PTHREAD_ONCE_INIT; \
  /external/google-breakpad/src/common/linux/
guid_creator.cc 82 static pthread_once_t once_control;
85 pthread_once_t GUIDGenerator::once_control = PTHREAD_ONCE_INIT;
  /bionic/libc/include/bits/
pthread_types.h 83 typedef int pthread_once_t; typedef
  /bionic/tests/headers/posix/
sys_types_h.c 57 TYPE(pthread_once_t);
  /device/generic/goldfish-opengl/system/OpenglSystemCommon/
ProcessPipe.cpp 24 static pthread_once_t sProcPipeOnce = PTHREAD_ONCE_INIT;
  /external/clang/test/Analysis/
unix-fns.c 11 typedef __darwin_pthread_once_t pthread_once_t; typedef
12 int pthread_once(pthread_once_t *, void (*)(void));
72 pthread_once_t pred = {0x30B1BCBA, {0}};
76 static pthread_once_t pred = {0x30B1BCBA, {0}};
    [all...]
  /external/valgrind/none/tests/
pth_once.c 33 static pthread_once_t welcome_once_block = PTHREAD_ONCE_INIT;
  /frameworks/av/media/libcpustats/include/cpustats/
ThreadCpuUsage.h 132 static pthread_once_t sOnceControl;
  /frameworks/av/services/audioflinger/
FastMixerState.h 63 static pthread_once_t sMaxFastTracksOnce; // Protects initializer for sMaxFastTracks
  /frameworks/native/opengl/libs/EGL/
egl_tls.h 33 static pthread_once_t sOnceKey;
  /system/core/libcutils/
trace-dev.cpp 21 static pthread_once_t atrace_once_control = PTHREAD_ONCE_INIT;
  /external/valgrind/helgrind/tests/
tc21_pthonce.c 48 static pthread_once_t welcome_once_block = PTHREAD_ONCE_INIT;

Completed in 761 milliseconds

1 2 3 4 5 6