Home
last modified time | relevance | path

Searched refs:pthread_once (Results 1 – 25 of 38) sorted by relevance

12

/external/llvm/test/CodeGen/X86/
D2007-09-06-ExtWeakAliasee.ll3 @__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/
Dselinux_internal.h97 #pragma weak pthread_once macro
105 if (pthread_once != NULL) \
106 pthread_once (&(ONCE_CONTROL), (INIT_FUNCTION)); \
/external/selinux/libselinux/src/
Dselinux_internal.h109 #pragma weak pthread_once macro
117 if (pthread_once != NULL) \
118 pthread_once (&(ONCE_CONTROL), (INIT_FUNCTION)); \
/external/clang/test/Analysis/
Dunix-fns.c12 int pthread_once(pthread_once_t *, void (*)(void));
73pthread_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/
Dcpu-features.c380 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/
Dcpu-features.c380 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/
Dcpu-features.c1025 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/
DSkTLS_pthread.cpp24 (void)pthread_once(&gSkTLSKey_Once, sk_tls_make_key); in PlatformGetSpecific()
/external/mesa3d/src/glx/
Dglxcurrent.c130 pthread_once(&once_control, init_thread_data); in __glXSetCurrentContext()
139 pthread_once(&once_control, init_thread_data); in __glXGetCurrentContext()
/external/libunwind/src/x86_64/
DGtrace.c30 #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/
Dpth_once.c44 if ((rtn = pthread_once(&welcome_once_block, in identify_yourself()
/external/valgrind/helgrind/tests/
Dtc21_pthonce.c72 r= pthread_once(&welcome_once_block, welcome); assert(!r); in child()
/external/libcxxabi/src/
Dcxa_exception_storage.cpp95 if (0 != pthread_once(&flag_, construct_)) in __cxa_get_globals_fast()
/external/libvpx/libvpx/vpx_ports/
Dvpx_once.h108 pthread_once(&lock, func); in once()
/external/libxml2/
Dthreads.c53 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/
DSkUtilsArm.cpp142 pthread_once(&sOnce, sk_cpu_arm_probe_features); in sk_cpu_arm_has_neon()
/external/google-breakpad/src/common/linux/
Dguid_creator.cc75 pthread_once(&once_control, &InitOnceImpl); in InitOnce()
/external/jemalloc/src/
Dmutex.c58 pthread_once(&once_control, pthread_create_once); in pthread_create()
/external/llvm/test/CodeGen/Generic/
D2009-03-17-LSR-APInt.ll33 @_ZL20__gthrw_pthread_oncePiPFvvE = weak alias i32 (i32*, void ()*)* @pthread_once ; <i32 (i32*, v…
66 define i32 @pthread_once(i32*, void ()*) {
/external/libcxxabi/cmake/
Dconfig-ix.cmake44 check_library_exists(pthread pthread_once "" LIBCXXABI_HAS_PTHREAD_LIB)
/external/boringssl/src/crypto/
Dthread_pthread.c77 pthread_once(once, init); in CRYPTO_once()
/external/valgrind/
Dglibc-2.X-drd.supp108 drd-libpthread-pthread_once
110 fun:pthread_once
/external/mesa3d/src/mapi/mapi/
Dstub.c60 pthread_once(&once, entry_patch_public); in stub_init_once()
/external/llvm/test/Transforms/GVN/
D2009-03-10-PREOnVoid.ll20 @_ZL20__gthrw_pthread_oncePiPFvvE = weak alias i32 (i32*, void ()*)* @pthread_once ; <i32 (i32*, v…
56 define i32 @pthread_once(i32*, void ()*) {
/external/libunwind/src/
DLos-common.c44 pthread_once (&local_rdwr_lock_init, map_local_init_once); in map_local_init()

12