/system/core/libcutils/ |
trace-dev.cpp | 48 pthread_once(&atrace_once_control, atrace_init_once);
|
sched_policy.cpp | 253 pthread_once(&the_once, __initialize); 292 pthread_once(&the_once, __initialize); 368 pthread_once(&the_once, __initialize);
|
/external/mesa3d/src/glx/ |
glxcurrent.c | 106 * \c pthread_once mechanism. 120 pthread_once(&once_control, init_thread_data); 129 pthread_once(&once_control, init_thread_data);
|
/build/kati/ |
thread_local.h | 71 pthread_once(once, ThreadLocalInit<Type*, key>);
|
/external/jemalloc/src/ |
mutex.c | 58 pthread_once(&once_control, pthread_create_once);
|
/external/libcxxabi/cmake/ |
config-ix.cmake | 87 check_library_exists(pthread pthread_once "" LIBCXXABI_HAS_PTHREAD_LIB)
|
/hardware/libhardware_legacy/ |
power.c | 75 //pthread_once(&g_initialized, open_file_descriptors);
|
/prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++abi/cmake/ |
config-ix.cmake | 87 check_library_exists(pthread pthread_once "" LIBCXXABI_HAS_PTHREAD_LIB)
|
/external/ltp/testcases/open_posix_testsuite/stress/threads/ |
assertions.xml | 50 <assertion id="16" files="pthread_once/stress.c" tag="pt:THR"> 51 The init_routine argument of pthread_once is never called
|
/external/swiftshader/third_party/LLVM/test/CodeGen/Generic/ |
2009-03-17-LSR-APInt.ll | 33 @_ZL20__gthrw_pthread_oncePiPFvvE = alias weak i32 (i32*, void ()*)* @pthread_once ; <i32 (i32*, void ()*)*> [#uses=0] 66 declare i32 @pthread_once(i32*, void ()*)
|
/bionic/libc/bionic/ |
pthread_once.cpp | 41 int pthread_once(pthread_once_t* once_control, void (*init_routine)(void)) { function
|
/device/generic/goldfish/include/ |
qemu_pipe.h | 23 #include <pthread.h> /* for pthread_once() */
|
/device/generic/goldfish-opengl/system/OpenglSystemCommon/ |
qemu_pipe.h | 23 #include <pthread.h> /* for pthread_once() */
|
/external/boringssl/src/crypto/ |
thread_pthread.c | 89 if (pthread_once(once, init) != 0) {
|
/external/clang/lib/StaticAnalyzer/Checkers/ |
UnixAPIChecker.cpp | 165 // pthread_once 191 os << "Call to 'pthread_once' uses"; 201 LazyInitialize(BT_pthreadOnce, "Improper use of 'pthread_once'"); 363 .Case("pthread_once", &UnixAPIChecker::CheckPthreadOnce)
|
/external/google-breakpad/src/common/linux/ |
guid_creator.cc | 75 pthread_once(&once_control, &InitOnceImpl);
|
/external/libunwind_llvm/cmake/ |
config-ix.cmake | 93 check_library_exists(pthread pthread_once "" LIBUNWIND_HAS_PTHREAD_LIB)
|
/external/libvpx/libvpx/vpx_ports/ |
vpx_once.h | 121 pthread_once(&lock, func);
|
/external/ltp/testcases/open_posix_testsuite/Documentation/ |
COVERAGE.threads | 48 pthread_once YES HIGH
|
/external/v8/src/base/ |
once.h | 10 // This is basically a portable version of pthread_once().
|
/external/webrtc/talk/app/webrtc/test/ |
androidtestinitializer.cc | 71 RTC_CHECK_EQ(0, pthread_once(&g_initialize_once, &EnsureInitializedOnce));
|
/external/webrtc/webrtc/common_audio/signal_processing/ |
spl_init.c | 107 pthread_once(&lock, func);
|
/frameworks/base/libs/hwui/debug/ |
nullegl.cpp | 45 pthread_once(&ThreadStateSetupOnce, makeThreadState);
|
/frameworks/native/opengl/libs/EGL/ |
egl_tls.cpp | 62 pthread_once(&sOnceKey, TlsKeyInitializer::create);
|
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/ |
pthread_unistd.h | 63 pthread_once(),
|