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

1 2 3 4 5 6 7 8 91011>>

  /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. */
  /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 52 static pthread_once_t netdClientInitOnce = PTHREAD_ONCE_INIT;
  /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;
  /build/kati/
thread_local.h 64 template<typename Type, pthread_key_t* key, pthread_once_t* once>
93 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
  /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;
  /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;
  /development/ndk/platforms/android-9/include/sys/
types.h 82 typedef .... pthread_once_t;

Completed in 1539 milliseconds

1 2 3 4 5 6 7 8 91011>>