/third_party/musl/libc-test/src/functionalext/supplement/thread/thread_gtest/ |
D | thread_callonce_test.cpp | 29 call_once(&onceCall, CallThrdSleep); 30 call_once(&onceCall, CallThrdSleep); 32 std::thread([&onceCall] { call_once(&onceCall, CallThrdSleep); }).join(); in __anon1d304eeb0102()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ |
D | PassSupport.h | 43 llvm::call_once(Initialize##passName##PassFlag, \ 63 llvm::call_once(Initialize##passName##PassFlag, \ 144 llvm::call_once(Initialize##agName##AnalysisGroupFlag, \ 165 llvm::call_once(Initialize##passName##PassFlag, \ 186 llvm::call_once(Initialize##passName##PassFlag, \
|
/third_party/protobuf/src/google/protobuf/stubs/ |
D | once.h | 45 void call_once(Args&&... args ) { in call_once() function 46 std::call_once(std::forward<Args>(args)...); in call_once()
|
/third_party/rust/crates/rust-openssl/openssl-sys/src/ |
D | lib.rs | 121 INIT.call_once(|| unsafe { in init() 175 INIT.call_once(|| unsafe { in init() 205 INIT.call_once(|| {}); in assume_init()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/include/llvm/Support/ |
D | Threading.h | 91 void call_once(once_flag &flag, Function &&F, Args &&... ArgList) { in call_once() function 93 std::call_once(flag, std::forward<Function>(F), in call_once()
|
/third_party/python/Lib/test/test_zoneinfo/ |
D | _support.py | 13 def call_once(f): function 26 @call_once
|
/third_party/skia/third_party/externals/abseil-cpp/absl/base/internal/ |
D | thread_identity.cc | 78 absl::call_once(init_thread_identity_key_once, AllocateThreadIdentityKey, in SetCurrentThreadIdentity() 105 absl::call_once(init_thread_identity_key_once, AllocateThreadIdentityKey, in SetCurrentThreadIdentity()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Support/ |
D | Threading.h | 118 void call_once(once_flag &flag, Function &&F, Args &&... ArgList) { in call_once() function 120 std::call_once(flag, std::forward<Function>(F), in call_once()
|
/third_party/icu/icu4c/source/common/ |
D | umutex.cpp | 83 std::call_once(*pInitFlag, umtx_init); in getMutex() 146 std::call_once(*pInitFlag, umtx_init); in umtx_initImplPreInit()
|
/third_party/skia/third_party/externals/icu/source/common/ |
D | umutex.cpp | 83 std::call_once(*pInitFlag, umtx_init); in getMutex() 146 std::call_once(*pInitFlag, umtx_init); in umtx_initImplPreInit()
|
/third_party/node/deps/icu-small/source/common/ |
D | umutex.cpp | 83 std::call_once(*pInitFlag, umtx_init); in getMutex() 146 std::call_once(*pInitFlag, umtx_init); in umtx_initImplPreInit()
|
/third_party/skia/third_party/externals/abseil-cpp/absl/base/ |
D | call_once.h | 77 void call_once(absl::once_flag& flag, Callable&& fn, Args&&... args); 206 void call_once(absl::once_flag& flag, Callable&& fn, Args&&... args) { in call_once() function
|
/third_party/musl/src/thread/ |
D | call_once.c | 4 void call_once(once_flag *flag, void (*func)(void)) in call_once() function
|
/third_party/mesa3d/src/util/ |
D | u_perfetto.cc | 51 call_once(&perfetto_once_flag, util_perfetto_init_once); in util_perfetto_init()
|
/third_party/protobuf/src/google/protobuf/ |
D | implicit_weak_message.cc | 58 internal::call_once(implicit_weak_message_once_init_, in default_instance()
|
/third_party/mesa3d/src/mapi/ |
D | table.c | 63 call_once(&flag, check_debug_env); in noop_warn()
|
/third_party/rust/crates/lazy-static.rs/src/ |
D | core_lazy.rs | 21 self.0.call_once(builder) in get()
|
D | inline_lazy.rs | 30 self.1.call_once(|| { in get()
|
/third_party/mesa3d/src/amd/llvm/ |
D | ac_llvm_util.c | 72 call_once(&ac_init_llvm_target_once_flag, ac_init_llvm_target); in ac_init_shared_llvm_once() 79 call_once(&ac_init_static_llvm_target_once_flag, ac_init_llvm_target); in ac_init_static_llvm_once()
|
/third_party/libphonenumber/cpp/src/phonenumbers/base/memory/ |
D | singleton_boost.h | 32 boost::call_once(Init, flag_); in GetInstance()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/lib/Support/ |
D | ManagedStatic.cpp | 34 llvm::call_once(mutex_init_flag, initializeMutex);
|
/third_party/musl/libc-test/src/functionalext/supplement/thread/ |
D | call_once.c | 34 call_once(&flag, do_once); in func()
|
/third_party/vulkan-loader/fuchsia/ |
D | dlopen_fuchsia.c | 62 call_once(&svc_connect_once_flag, connect_to_vulkan_loader_svc); in dlopen_fuchsia()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Support/ |
D | ManagedStatic.cpp | 31 llvm::call_once(mutex_init_flag, initializeMutex);
|
/third_party/rust/crates/proc-macro2/src/ |
D | detection.rs | 14 INIT.call_once(initialize); in inside_proc_macro()
|