/external/llvm/test/CodeGen/X86/ |
D | 2007-09-06-ExtWeakAliasee.ll | 3 @__gthrw_pthread_once = weak alias i32 (i32*, void ()*)* @pthread_once ; <i32 (i32*, void ()*)*> [… 5 define weak i32 @pthread_once(i32*, void ()*) { 9 ; CHECK: .weak pthread_once 10 ; CHECK: pthread_once: 13 ; CHECK: __gthrw_pthread_once = pthread_once
|
/external/libselinux/src/ |
D | selinux_internal.h | 97 #pragma weak pthread_once macro 105 if (pthread_once != NULL) \ 106 pthread_once (&(ONCE_CONTROL), (INIT_FUNCTION)); \
|
/external/selinux/libselinux/src/ |
D | selinux_internal.h | 109 #pragma weak pthread_once macro 117 if (pthread_once != NULL) \ 118 pthread_once (&(ONCE_CONTROL), (INIT_FUNCTION)); \
|
/external/clang/test/Analysis/ |
D | unix-fns.c | 12 int pthread_once(pthread_once_t *, void (*)(void)); 73 …pthread_once(&pred, test_pthread_once_aux); // expected-warning{{Call to 'pthread_once' uses the l… in test_pthread_once() 77 pthread_once(&pred, test_pthread_once_aux); // no-warning in test_pthread_once_neg()
|
/external/webp/src/dsp/ |
D | cpu-features.c | 380 pthread_once(&g_once, android_cpuInit); in android_getCpuFamily() 388 pthread_once(&g_once, android_cpuInit); in android_getCpuFeatures() 396 pthread_once(&g_once, android_cpuInit); in android_getCpuCount()
|
/external/webrtc/src/system_wrappers/source/android/ |
D | cpu-features.c | 380 pthread_once(&g_once, android_cpuInit); in android_getCpuFamily() 388 pthread_once(&g_once, android_cpuInit); in android_getCpuFeatures() 396 pthread_once(&g_once, android_cpuInit); in android_getCpuCount()
|
/external/skia/platform_tools/android/third_party/cpufeatures/ |
D | cpu-features.c | 1025 pthread_once(&g_once, android_cpuInit); in android_getCpuFamily() 1033 pthread_once(&g_once, android_cpuInit); in android_getCpuFeatures() 1041 pthread_once(&g_once, android_cpuInit); in android_getCpuCount() 1061 pthread_once(&g_once, android_cpuInitDummy); in android_setCpu() 1070 pthread_once(&g_once, android_cpuInit); in android_getCpuIdArm()
|
/external/skia/src/ports/ |
D | SkTLS_pthread.cpp | 24 (void)pthread_once(&gSkTLSKey_Once, sk_tls_make_key); in PlatformGetSpecific()
|
/external/mesa3d/src/glx/ |
D | glxcurrent.c | 130 pthread_once(&once_control, init_thread_data); in __glXSetCurrentContext() 139 pthread_once(&once_control, init_thread_data); in __glXGetCurrentContext()
|
/external/libunwind/src/x86_64/ |
D | Gtrace.c | 30 #pragma weak pthread_once macro 183 if (likely (pthread_once != NULL)) in trace_cache_get() 185 pthread_once(&trace_cache_once, &trace_cache_init_once); in trace_cache_get()
|
/external/valgrind/none/tests/ |
D | pth_once.c | 44 if ((rtn = pthread_once(&welcome_once_block, in identify_yourself()
|
/external/valgrind/helgrind/tests/ |
D | tc21_pthonce.c | 72 r= pthread_once(&welcome_once_block, welcome); assert(!r); in child()
|
/external/libcxxabi/src/ |
D | cxa_exception_storage.cpp | 95 if (0 != pthread_once(&flag_, construct_)) in __cxa_get_globals_fast()
|
/external/libvpx/libvpx/vpx_ports/ |
D | vpx_once.h | 108 pthread_once(&lock, func); in once()
|
/external/libxml2/ |
D | threads.c | 53 extern int pthread_once (pthread_once_t *__once_control, 667 pthread_once(&once_control, xmlOnceInit); in xmlGetGlobalState() 805 pthread_once(&once_control, xmlOnceInit); in xmlIsMainThread() 867 if ((pthread_once != NULL) && in xmlInitThreads()
|
/external/skia/src/core/ |
D | SkUtilsArm.cpp | 142 pthread_once(&sOnce, sk_cpu_arm_probe_features); in sk_cpu_arm_has_neon()
|
/external/google-breakpad/src/common/linux/ |
D | guid_creator.cc | 75 pthread_once(&once_control, &InitOnceImpl); in InitOnce()
|
/external/jemalloc/src/ |
D | mutex.c | 58 pthread_once(&once_control, pthread_create_once); in pthread_create()
|
/external/llvm/test/CodeGen/Generic/ |
D | 2009-03-17-LSR-APInt.ll | 33 @_ZL20__gthrw_pthread_oncePiPFvvE = weak alias i32 (i32*, void ()*)* @pthread_once ; <i32 (i32*, v… 66 define i32 @pthread_once(i32*, void ()*) {
|
/external/libcxxabi/cmake/ |
D | config-ix.cmake | 44 check_library_exists(pthread pthread_once "" LIBCXXABI_HAS_PTHREAD_LIB)
|
/external/boringssl/src/crypto/ |
D | thread_pthread.c | 77 pthread_once(once, init); in CRYPTO_once()
|
/external/valgrind/ |
D | glibc-2.X-drd.supp | 108 drd-libpthread-pthread_once 110 fun:pthread_once
|
/external/mesa3d/src/mapi/mapi/ |
D | stub.c | 60 pthread_once(&once, entry_patch_public); in stub_init_once()
|
/external/llvm/test/Transforms/GVN/ |
D | 2009-03-10-PREOnVoid.ll | 20 @_ZL20__gthrw_pthread_oncePiPFvvE = weak alias i32 (i32*, void ()*)* @pthread_once ; <i32 (i32*, v… 56 define i32 @pthread_once(i32*, void ()*) {
|
/external/libunwind/src/ |
D | Los-common.c | 44 pthread_once (&local_rdwr_lock_init, map_local_init_once); in map_local_init()
|