HomeSort by relevance Sort by last modified time
    Searched refs:PTHREAD_ONCE_INIT (Results 76 - 88 of 88) sorted by null

1 2 34

  /bionic/libc/bionic/
pthread-timers.c 237 static pthread_once_t __timer_table_once = PTHREAD_ONCE_INIT;
  /development/tools/emulator/opengl/system/gralloc/
gralloc.cpp 62 static pthread_once_t sFallbackOnce = PTHREAD_ONCE_INIT;
  /development/tools/emulator/opengl/tests/gles_android_wrapper/
egl.cpp 49 pthread_once_t dispatchTablesInitialized = PTHREAD_ONCE_INIT;
  /external/libxml2/
threads.c 150 static pthread_once_t once_control = PTHREAD_ONCE_INIT;
  /frameworks/base/libs/utils/
Looper.cpp 51 static pthread_once_t gTLSOnce = PTHREAD_ONCE_INIT;
Threads.cpp 68 static pthread_once_t gDoSchedulingGroupOnce = PTHREAD_ONCE_INIT;
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/
pthread.h 209 #define PTHREAD_ONCE_INIT 0
462 extern variable initialized to PTHREAD_ONCE_INIT.
    [all...]
  /external/webkit/Source/WebCore/bridge/jni/
jni_jsobject.mm 74 static pthread_once_t javaScriptAccessLockOnce = PTHREAD_ONCE_INIT;
  /external/valgrind/unittest/
posix_tests.cc 220 static pthread_once_t once = PTHREAD_ONCE_INIT;
  /external/webkit/Source/WebKit/mac/Misc/
WebNSURLExtras.mm 57 static pthread_once_t IDNScriptWhiteListFileRead = PTHREAD_ONCE_INIT;
    [all...]
  /external/webkit/Source/JavaScriptCore/wtf/
FastMalloc.cpp 112 static pthread_once_t isForbiddenKeyOnce = PTHREAD_ONCE_INIT;
    [all...]
  /external/valgrind/main/drd/tests/
tsan_unittest.cpp     [all...]
  /external/v8/test/mjsunit/
unicode-test.js     [all...]

Completed in 384 milliseconds

1 2 34