Searched defs:call_once (Results 1 – 9 of 9) sorted by relevance
| /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/protobuf/src/google/protobuf/stubs/ |
| D | once.h | 45 void call_once(Args&&... args ) { in call_once() function
|
| /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
|
| /third_party/python/Lib/test/test_zoneinfo/ |
| D | _support.py | 13 def call_once(f): function
|
| /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
|
| /third_party/skia/third_party/externals/abseil-cpp/absl/base/ |
| D | call_once.h | 206 void call_once(absl::once_flag& flag, Callable&& fn, Args&&... args) { in call_once() function
|
| /third_party/rust/crates/tracing/tracing-core/src/spin/ |
| D | once.rs | 70 pub fn call_once<'a, F>(&'a self, builder: F) -> &'a T in call_once() method
|
| /third_party/mesa3d/src/c11/impl/ |
| D | threads_posix.c | 74 call_once(once_flag *flag, void (*func)(void)) in call_once() function
|
| D | threads_win32.c | 159 call_once(once_flag *flag, void (*func)(void)) in call_once() function
|