Home
last modified time | relevance | path

Searched refs:call_once (Results 1 – 25 of 85) sorted by relevance

1234

/third_party/musl/libc-test/src/functionalext/supplement/thread/thread_gtest/
Dthread_callonce_test.cpp29 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/
DPassSupport.h43 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/
Donce.h45 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/
Dlib.rs121 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/
DThreading.h91 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.py13 def call_once(f): function
26 @call_once
/third_party/skia/third_party/externals/abseil-cpp/absl/base/internal/
Dthread_identity.cc78 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/
DThreading.h118 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/
Dumutex.cpp83 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/
Dumutex.cpp83 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/
Dumutex.cpp83 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/
Dcall_once.h77 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/
Dcall_once.c4 void call_once(once_flag *flag, void (*func)(void)) in call_once() function
/third_party/mesa3d/src/util/
Du_perfetto.cc51 call_once(&perfetto_once_flag, util_perfetto_init_once); in util_perfetto_init()
/third_party/protobuf/src/google/protobuf/
Dimplicit_weak_message.cc58 internal::call_once(implicit_weak_message_once_init_, in default_instance()
/third_party/mesa3d/src/mapi/
Dtable.c63 call_once(&flag, check_debug_env); in noop_warn()
/third_party/rust/crates/lazy-static.rs/src/
Dcore_lazy.rs21 self.0.call_once(builder) in get()
Dinline_lazy.rs30 self.1.call_once(|| { in get()
/third_party/mesa3d/src/amd/llvm/
Dac_llvm_util.c72 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/
Dsingleton_boost.h32 boost::call_once(Init, flag_); in GetInstance()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/lib/Support/
DManagedStatic.cpp34 llvm::call_once(mutex_init_flag, initializeMutex);
/third_party/musl/libc-test/src/functionalext/supplement/thread/
Dcall_once.c34 call_once(&flag, do_once); in func()
/third_party/vulkan-loader/fuchsia/
Ddlopen_fuchsia.c62 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/
DManagedStatic.cpp31 llvm::call_once(mutex_init_flag, initializeMutex);
/third_party/rust/crates/proc-macro2/src/
Ddetection.rs14 INIT.call_once(initialize); in inside_proc_macro()

1234