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

1 2 34

  /bionic/libc/bionic/
malloc_debug_common.c 492 if (pthread_once(&malloc_init_once_ctl, malloc_init_impl)) {
stubs.c 154 pthread_once(&the_once, __stubs_key_init);
pthread-timers.c 252 pthread_once( &__timer_table_once, __timer_table_init );
pthread.c 1899 int pthread_once( pthread_once_t* once_control, void (*init_routine)(void) ) function
    [all...]
  /development/tools/emulator/opengl/tests/EGL_host_wrapper/
egl.cpp 47 pthread_once(&eglDispatchInitialized, initEglDispatch);
  /external/srec/tools/thirdparty/OpenFst/fst/lib/
compat.h 93 pthread_once(&register_init_, &FlagRegister<T>::Init);
  /external/webkit/Source/JavaScriptGlue/
JSUtils.cpp 414 pthread_once(&globalObjectKeyOnce, initializeGlobalObjectKey);
  /external/valgrind/unittest/
posix_tests.cc 228 pthread_once(&once, Init);
232 pthread_once(&once, Init);
  /development/tools/emulator/opengl/tests/gles_android_wrapper/
egl.cpp 243 pthread_once(&dispatchTablesInitialized, initDispatchTables);
  /frameworks/base/libs/utils/
Looper.cpp 152 int result = pthread_once(& gTLSOnce, initTLSKey);
153 LOG_ALWAYS_FATAL_IF(result != 0, "pthread_once failed");
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/
pthread.h 460 only once, even if pthread_once is executed several times with the
466 extern int pthread_once (pthread_once_t *__once_control,
    [all...]
  /external/webkit/Source/WebCore/bridge/jni/
jni_jsobject.mm 91 pthread_once(&javaScriptAccessLockOnce, initializeJavaScriptAccessLock);
  /external/webkit/Source/WebKit/mac/Misc/
WebNSURLExtras.mm     [all...]
  /external/webkit/Source/JavaScriptCore/wtf/
FastMalloc.cpp 121 pthread_once(&isForbiddenKeyOnce, initializeIsForbiddenKey);
128 pthread_once(&isForbiddenKeyOnce, initializeIsForbiddenKey);
134 pthread_once(&isForbiddenKeyOnce, initializeIsForbiddenKey);
    [all...]
  /external/valgrind/tsan/
ts_pin.cc     [all...]
  /external/valgrind/main/drd/tests/
tsan_unittest.cpp     [all...]
  /external/v8/test/mjsunit/
unicode-test.js     [all...]

Completed in 804 milliseconds

1 2 34