Home
last modified time | relevance | path

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

/third_party/musl/src/thread/
H A Dcall_once.c4 void call_once(once_flag *flag, void (*func)(void)) in call_once() function
/third_party/protobuf/src/google/protobuf/stubs/
H A 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/
H A DThreading.h91 void call_once(once_flag &flag, Function &&F, Args &&... ArgList) { in call_once() function
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Support/
H A DThreading.h118 void call_once(once_flag &flag, Function &&F, Args &&... ArgList) { in call_once() function
/third_party/python/Lib/test/test_zoneinfo/
H A D_support.py13 def call_once(f): function
/third_party/skia/third_party/externals/abseil-cpp/absl/base/
H A Dcall_once.h206 void call_once(abs function
[all...]
/third_party/mesa3d/src/c11/impl/
H A Dthreads_posix.c74 call_once(once_flag *flag, void (*func)(void)) in call_once() function
H A Dthreads_win32.c159 call_once(once_flag *flag, void (*func)(void)) in call_once() function
/third_party/rust/crates/memchr/bench/data/code/
H A Drust-library.rs51715 extern "rust-call" fn call_once(self, args: Args) -> Self::Output { call_once() functions
[all...]

Completed in 50 milliseconds