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

1 2 3 4 5 6 7 8 910

  /external/protobuf/src/google/protobuf/stubs/
once.h 109 typedef pthread_once_t ProtobufOnceType;
112 pthread_once_t NAME = PTHREAD_ONCE_INIT
  /external/webkit/Source/JavaScriptCore/runtime/
InitializeThreading.cpp 46 static pthread_once_t initializeThreadingKeyOnce = PTHREAD_ONCE_INIT;
  /external/clang/test/Analysis/
unix-fns.c 9 typedef __darwin_pthread_once_t pthread_once_t; typedef
10 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/libselinux/src/
checkAccess.c 8 static pthread_once_t once = PTHREAD_ONCE_INIT;
  /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/valgrind/main/none/tests/
pth_once.c 33 static pthread_once_t welcome_once_block = PTHREAD_ONCE_INIT;
  /external/webkit/Source/JavaScriptCore/wtf/
ThreadIdentifierDataPthreads.cpp 89 static pthread_once_t onceControl = PTHREAD_ONCE_INIT;
  /frameworks/native/include/cpustats/
ThreadCpuUsage.h 132 static pthread_once_t sOnceControl;
  /system/extras/tests/bionic/libc/common/
test_pthread_once.c 35 static pthread_once_t once = PTHREAD_ONCE_INIT;
  /external/webkit/Source/WebKit/mac/Misc/
WebKitSystemBits.m 40 static pthread_once_t initControl = PTHREAD_ONCE_INIT;
  /bionic/libc/include/sys/
types.h 80 typedef .... pthread_once_t;
  /development/ndk/platforms/android-3/include/sys/
types.h 82 typedef .... pthread_once_t;
  /external/bluetooth/bluedroid/utils/src/
bt_utils.c 49 static pthread_once_t g_DoSchedulingGroupOnce[TASK_HIGH_MAX];
  /prebuilts/gcc/darwin-x86/arm/arm-eabi-4.7/lib/gcc/arm-eabi/4.7/include-fixed/sys/
types.h 91 typedef .... pthread_once_t;
  /prebuilts/gcc/darwin-x86/arm/arm-linux-androideabi-4.7/lib/gcc/arm-linux-androideabi/4.7/include-fixed/sys/
types.h 91 typedef .... pthread_once_t;
  /prebuilts/gcc/darwin-x86/mips/mipsel-linux-android-4.6/lib/gcc/mipsel-linux-android/4.6/include-fixed/sys/
types.h 91 typedef .... pthread_once_t;