Home
last modified time | relevance | path

Searched defs:call_once (Results 1 – 9 of 9) sorted by relevance

/third_party/musl/src/thread/
Dcall_once.c4 void call_once(once_flag *flag, void (*func)(void)) in call_once() function
/third_party/protobuf/src/google/protobuf/stubs/
Donce.h45 void call_once(Args&&... args ) { in call_once() function
/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
/third_party/python/Lib/test/test_zoneinfo/
D_support.py13 def call_once(f): function
/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
/third_party/skia/third_party/externals/abseil-cpp/absl/base/
Dcall_once.h206 void call_once(absl::once_flag& flag, Callable&& fn, Args&&... args) { in call_once() function
/third_party/rust/crates/tracing/tracing-core/src/spin/
Donce.rs70 pub fn call_once<'a, F>(&'a self, builder: F) -> &'a T in call_once() method
/third_party/mesa3d/src/c11/impl/
Dthreads_posix.c74 call_once(once_flag *flag, void (*func)(void)) in call_once() function
Dthreads_win32.c159 call_once(once_flag *flag, void (*func)(void)) in call_once() function