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

1 2 3 4 5 6 7 8 91011

  /external/libselinux/src/
checkAccess.c 8 static pthread_once_t once = PTHREAD_ONCE_INIT;
  /external/valgrind/main/none/tests/
pth_once.c 33 static pthread_once_t welcome_once_block = PTHREAD_ONCE_INIT;
  /external/protobuf/src/google/protobuf/stubs/
once.h 109 typedef pthread_once_t ProtobufOnceType;
112 pthread_once_t NAME = PTHREAD_ONCE_INIT
  /external/bluetooth/bluedroid/utils/src/
bt_utils.c 49 static pthread_once_t g_DoSchedulingGroupOnce[TASK_HIGH_MAX];
  /external/libvpx/libvpx/vp8/common/
rtcd.c 78 static pthread_once_t lock = PTHREAD_ONCE_INIT;
  /external/valgrind/main/helgrind/tests/
tc21_pthonce.c 48 static pthread_once_t welcome_once_block = PTHREAD_ONCE_INIT;
  /external/webkit/Source/JavaScriptCore/runtime/
InitializeThreading.cpp 46 static pthread_once_t initializeThreadingKeyOnce = PTHREAD_ONCE_INIT;
  /external/webkit/Source/JavaScriptCore/wtf/
ThreadIdentifierDataPthreads.cpp 89 static pthread_once_t onceControl = PTHREAD_ONCE_INIT;
  /external/webkit/Source/WebKit/mac/Misc/
WebKitSystemBits.m 40 static pthread_once_t initControl = PTHREAD_ONCE_INIT;
  /hardware/libhardware_legacy/power/
power.c 49 //XXX static pthread_once_t g_initialized = THREAD_ONCE_INIT;
  /system/extras/tests/bionic/libc/common/
test_pthread_once.c 35 static pthread_once_t once = PTHREAD_ONCE_INIT;
  /development/ndk/platforms/android-3/include/
pthread.h 83 typedef volatile int pthread_once_t; typedef
200 int pthread_once(pthread_once_t *once_control, void (*init_routine)(void));
  /development/ndk/platforms/android-5/include/
pthread.h 83 typedef volatile int pthread_once_t; typedef
227 int pthread_once(pthread_once_t *once_control, void (*init_routine)(void));
  /development/ndk/platforms/android-8/include/
pthread.h 83 typedef volatile int pthread_once_t; typedef
232 int pthread_once(pthread_once_t *once_control, void (*init_routine)(void));
  /external/srec/tools/thirdparty/OpenFst/fst/lib/
register.h 109 static pthread_once_t register_init_; // ensures only called once
117 pthread_once_t FstRegister<A>::register_init_ = PTHREAD_ONCE_INIT;
  /prebuilts/ndk/4/platforms/android-3/arch-arm/usr/include/
pthread.h 83 typedef volatile int pthread_once_t; typedef
200 int pthread_once(pthread_once_t *once_control, void (*init_routine)(void));
  /prebuilts/ndk/4/platforms/android-4/arch-arm/usr/include/
pthread.h 83 typedef volatile int pthread_once_t; typedef
200 int pthread_once(pthread_once_t *once_control, void (*init_routine)(void));
  /prebuilts/ndk/4/platforms/android-5/arch-arm/usr/include/
pthread.h 83 typedef volatile int pthread_once_t; typedef
200 int pthread_once(pthread_once_t *once_control, void (*init_routine)(void));
  /prebuilts/ndk/4/platforms/android-5/arch-x86/usr/include/
pthread.h 83 typedef volatile int pthread_once_t; typedef
227 int pthread_once(pthread_once_t *once_control, void (*init_routine)(void));
  /prebuilts/ndk/4/platforms/android-8/arch-arm/usr/include/
pthread.h 83 typedef volatile int pthread_once_t; typedef
232 int pthread_once(pthread_once_t *once_control, void (*init_routine)(void));
  /prebuilts/ndk/4/platforms/android-8/arch-x86/usr/include/
pthread.h 83 typedef volatile int pthread_once_t; typedef
232 int pthread_once(pthread_once_t *once_control, void (*init_routine)(void));