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

1 2

  /external/webkit/JavaScriptCore/runtime/
InitializeThreading.cpp 62 pthread_once(&initializeThreadingKeyOnce, initializeThreadingOnce);
JSLock.cpp 51 pthread_once(&createJSLockCountOnce, createJSLockCount);
76 pthread_once(&createJSLockCountOnce, createJSLockCount);
118 pthread_once(&createJSLockCountOnce, createJSLockCount);
167 pthread_once(&createJSLockCountOnce, createJSLockCount);
182 pthread_once(&createJSLockCountOnce, createJSLockCount);
  /external/protobuf/src/google/protobuf/stubs/
once.h 38 // This is basically a portable version of pthread_once().
115 pthread_once(once, init_func);
  /external/webkit/JavaScriptCore/wtf/
ThreadIdentifierDataPthreads.cpp 90 if (pthread_once(&onceControl, initializeKeyOnceHelper))
  /external/webkit/WebKit/mac/Misc/
WebNSUserDefaultsExtras.m 74 pthread_once(&preferredLanguageLockOnce, makeLock);
98 pthread_once(&addDefaultsChangeObserverOnce, addDefaultsChangeObserver);
WebKitSystemBits.m 60 pthread_once(&initControl, initCapabilities);
WebKitErrors.m 69 pthread_once(&registerErrorsControl, registerErrors);
  /system/extras/tests/bionic/libc/common/
test_pthread_once.c 54 pthread_once( &once, once_function );
  /frameworks/opt/emoji/
EmojiFactory.cpp 149 pthread_once(&g_once, InitializeEmojiFactory);
165 pthread_once(&g_once, InitializeEmojiFactory);
  /ndk/sources/android/cpufeatures/
cpu-features.c 300 pthread_once(&g_once, android_cpuInit);
308 pthread_once(&g_once, android_cpuInit);
  /system/core/libcutils/
sched_policy.c 192 pthread_once(&the_once, __initialize);
224 pthread_once(&the_once, __initialize);
properties.c 183 pthread_once(&gInitOnce, init);
250 pthread_once(&gInitOnce, init);
283 pthread_once(&gInitOnce, init);
  /bionic/libc/netbsd/resolv/
res_state.c 109 pthread_once( &_res_once, _res_init_key );
  /bionic/libc/stdio/
flockfile.c 87 pthread_once( &_lockTable_once, lock_table_init );
  /frameworks/base/core/jni/
android_emoji_EmojiFactory.cpp 128 pthread_once(&g_once, InitializeCaller);
149 pthread_once(&g_once, InitializeCaller);
  /frameworks/base/libs/utils/
Threads.cpp 97 pthread_once(&gDoSchedulingGroupOnce, checkDoSchedulingGroup);
314 pthread_once(&gDoSchedulingGroupOnce, checkDoSchedulingGroup);
333 pthread_once(&gDoSchedulingGroupOnce, checkDoSchedulingGroup);
  /development/simulator/wrapsim/
Init.c 188 pthread_once(&gWrapSimInitialized, initOnce);
  /external/libxml2/
threads.c 55 extern int pthread_once (pthread_once_t *__once_control,
665 pthread_once(&once_control, xmlOnceInit);
795 pthread_once(&once_control, xmlOnceInit);
863 if ((pthread_once != NULL) &&
934 * pthread_once() in association with the once_control variable to ensure
935 * that the function is only called once. See man pthread_once for more
  /external/srec/tools/thirdparty/OpenFst/fst/lib/
register.h 54 pthread_once(&register_init_, &FstRegister<A>::Init);
  /external/chromium/googleurl/src/
gurl.cc 99 pthread_once(&empty_string_once, EmptyStringForGURLOnce);
399 pthread_once(&empty_gurl_once, EmptyGURLOnce);
  /bionic/libc/include/
pthread.h 267 int pthread_once(pthread_once_t *once_control, void (*init_routine)(void));
  /development/ndk/platforms/android-3/include/
pthread.h 200 int pthread_once(pthread_once_t *once_control, void (*init_routine)(void));
  /development/ndk/platforms/android-5/include/
pthread.h 227 int pthread_once(pthread_once_t *once_control, void (*init_routine)(void));
  /development/ndk/platforms/android-8/include/
pthread.h 232 int pthread_once(pthread_once_t *once_control, void (*init_routine)(void));
  /development/ndk/platforms/android-9/include/
pthread.h 269 int pthread_once(pthread_once_t *once_control, void (*init_routine)(void));

Completed in 135 milliseconds

1 2