/external/libcxx/test/std/thread/thread.mutex/thread.once/thread.once.callonce/ |
call_once.pass.cpp | 17 // void call_once(once_flag& flag, Callable&& func, Args&&... args); 39 std::call_once(flg0, init0); 61 std::call_once(flg3, init3); 84 std::call_once(flg1, init1(), 1); 100 std::call_once(flg2, init2(), 2, 3); 101 std::call_once(flg2, init2(), 4, 5); 128 std::call_once(flg41, init41); 129 std::call_once(flg42, init42); 134 std::call_once(flg42, init42); 135 std::call_once(flg41, init41) [all...] |
race.pass.cpp | 17 // void call_once(once_flag& flag, Callable&& func, Args&&... args); 20 // call_once properly synchronizes user state, a data race that was fixed 37 std::call_once(flg0, init0);
|
/prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/test/std/thread/thread.mutex/thread.once/thread.once.callonce/ |
call_once.pass.cpp | 17 // void call_once(once_flag& flag, Callable&& func, Args&&... args); 39 std::call_once(flg0, init0); 61 std::call_once(flg3, init3); 84 std::call_once(flg1, init1(), 1); 100 std::call_once(flg2, init2(), 2, 3); 101 std::call_once(flg2, init2(), 4, 5); 128 std::call_once(flg41, init41); 129 std::call_once(flg42, init42); 134 std::call_once(flg42, init42); 135 std::call_once(flg41, init41) [all...] |
race.pass.cpp | 17 // void call_once(once_flag& flag, Callable&& func, Args&&... args); 20 // call_once properly synchronizes user state, a data race that was fixed 37 std::call_once(flg0, init0);
|
/external/clang/test/CodeGenObjC/ |
return-objc-object.mm | 14 void call_once() {
|
/external/tensorflow/tensorflow/compiler/jit/legacy_flags/ |
encapsulate_subgraphs_pass_flags.cc | 35 // Allocate *flags. Called via call_once(&flags_init,...). 50 std::call_once(flags_init, &AllocateFlags); 58 std::call_once(flags_init, &AllocateFlags);
|
parallel_check_op_flags.cc | 35 // Allocate *flags. Called via call_once(&flags_init,...). 55 std::call_once(flags_init, &AllocateFlags); 63 std::call_once(flags_init, &AllocateFlags);
|
mark_for_compilation_pass_flags.cc | 35 // Allocate *flags. Called via call_once(&flags_init,...). 65 std::call_once(flags_init, &AllocateFlags); 73 std::call_once(flags_init, &AllocateFlags);
|
/external/tensorflow/tensorflow/compiler/tf2xla/ |
dump_graph_flags.cc | 35 // Allocate *flags. Called via call_once(&flags_init,...). 50 std::call_once(flags_init, &AllocateFlags); 58 std::call_once(flags_init, &AllocateFlags);
|
/external/llvm/test/CodeGen/PowerPC/ |
tls-store2.ll | 12 define i64 @call_once(i64 %flag, i8* %ptr) { 21 ; CHECK-LABEL: call_once:
|
/frameworks/base/libs/hwui/ |
DeviceInfo.cpp | 56 std::call_once(sInitializedFlag, []() { 63 std::call_once(sInitializedFlag, [maxTextureSize]() {
|
/external/llvm/include/llvm/Support/ |
Threading.h | 23 // We use std::call_once on all Unix platforms except for NetBSD with 64 /// call_once. 73 /// call_once. 85 /// call_once(flag, foo); 91 void call_once(once_flag &flag, Function &&F, Args &&... ArgList) { function in namespace:llvm 93 std::call_once(flag, std::forward<Function>(F),
|
/external/swiftshader/third_party/llvm-subzero/include/llvm/Support/ |
Threading.h | 23 // std::call_once from libc++ is used on all Unix platforms. Other 64 /// call_once. 73 /// call_once. 85 /// call_once(flag, foo); 91 void call_once(once_flag &flag, Function &&F, Args &&... ArgList) { function in namespace:llvm 93 std::call_once(flag, std::forward<Function>(F),
|
/prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Support/ |
Threading.h | 25 // MSVC's call_once implementation worked since VS 2015, which is the minimum 31 // std::call_once from libc++ is used on all Unix platforms. Other 77 /// This type is modeled after std::once_flag to use with llvm::call_once. 93 /// call_once(flag, foo); 99 void call_once(once_flag &flag, Function &&F, Args &&... ArgList) { function in namespace:llvm 101 std::call_once(flag, std::forward<Function>(F),
|
/prebuilts/clang/host/darwin-x86/clang-4393122/include/llvm/Support/ |
Threading.h | 25 // MSVC's call_once implementation worked since VS 2015, which is the minimum 31 // std::call_once from libc++ is used on all Unix platforms. Other 77 /// This type is modeled after std::once_flag to use with llvm::call_once. 93 /// call_once(flag, foo); 99 void call_once(once_flag &flag, Function &&F, Args &&... ArgList) { function in namespace:llvm 101 std::call_once(flag, std::forward<Function>(F),
|
/prebuilts/clang/host/darwin-x86/clang-4479392/include/llvm/Support/ |
Threading.h | 25 // MSVC's call_once implementation worked since VS 2015, which is the minimum 31 // std::call_once from libc++ is used on all Unix platforms. Other 77 /// This type is modeled after std::once_flag to use with llvm::call_once. 93 /// call_once(flag, foo); 99 void call_once(once_flag &flag, Function &&F, Args &&... ArgList) { function in namespace:llvm 101 std::call_once(flag, std::forward<Function>(F),
|
/prebuilts/clang/host/darwin-x86/clang-4579689/include/llvm/Support/ |
Threading.h | 25 // MSVC's call_once implementation worked since VS 2015, which is the minimum 31 // std::call_once from libc++ is used on all Unix platforms. Other 77 /// This type is modeled after std::once_flag to use with llvm::call_once. 93 /// call_once(flag, foo); 99 void call_once(once_flag &flag, Function &&F, Args &&... ArgList) { function in namespace:llvm 101 std::call_once(flag, std::forward<Function>(F),
|
/prebuilts/clang/host/darwin-x86/clang-4630689/include/llvm/Support/ |
Threading.h | 25 // MSVC's call_once implementation worked since VS 2015, which is the minimum 31 // std::call_once from libc++ is used on all Unix platforms. Other 77 /// This type is modeled after std::once_flag to use with llvm::call_once. 93 /// call_once(flag, foo); 99 void call_once(once_flag &flag, Function &&F, Args &&... ArgList) { function in namespace:llvm 101 std::call_once(flag, std::forward<Function>(F),
|
/prebuilts/clang/host/darwin-x86/clang-4639204/include/llvm/Support/ |
Threading.h | 25 // MSVC's call_once implementation worked since VS 2015, which is the minimum 31 // std::call_once from libc++ is used on all Unix platforms. Other 77 /// This type is modeled after std::once_flag to use with llvm::call_once. 93 /// call_once(flag, foo); 99 void call_once(once_flag &flag, Function &&F, Args &&... ArgList) { function in namespace:llvm 101 std::call_once(flag, std::forward<Function>(F),
|
/prebuilts/clang/host/darwin-x86/clang-4691093/include/llvm/Support/ |
Threading.h | 25 // MSVC's call_once implementation worked since VS 2015, which is the minimum 31 // std::call_once from libc++ is used on all Unix platforms. Other 77 /// This type is modeled after std::once_flag to use with llvm::call_once. 93 /// call_once(flag, foo); 99 void call_once(once_flag &flag, Function &&F, Args &&... ArgList) { function in namespace:llvm 101 std::call_once(flag, std::forward<Function>(F),
|
/prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Support/ |
Threading.h | 25 // MSVC's call_once implementation worked since VS 2015, which is the minimum 31 // std::call_once from libc++ is used on all Unix platforms. Other 77 /// This type is modeled after std::once_flag to use with llvm::call_once. 93 /// call_once(flag, foo); 99 void call_once(once_flag &flag, Function &&F, Args &&... ArgList) { function in namespace:llvm 101 std::call_once(flag, std::forward<Function>(F),
|
/prebuilts/clang/host/linux-x86/clang-4393122/include/llvm/Support/ |
Threading.h | 25 // MSVC's call_once implementation worked since VS 2015, which is the minimum 31 // std::call_once from libc++ is used on all Unix platforms. Other 77 /// This type is modeled after std::once_flag to use with llvm::call_once. 93 /// call_once(flag, foo); 99 void call_once(once_flag &flag, Function &&F, Args &&... ArgList) { function in namespace:llvm 101 std::call_once(flag, std::forward<Function>(F),
|
/prebuilts/clang/host/linux-x86/clang-4479392/include/llvm/Support/ |
Threading.h | 25 // MSVC's call_once implementation worked since VS 2015, which is the minimum 31 // std::call_once from libc++ is used on all Unix platforms. Other 77 /// This type is modeled after std::once_flag to use with llvm::call_once. 93 /// call_once(flag, foo); 99 void call_once(once_flag &flag, Function &&F, Args &&... ArgList) { function in namespace:llvm 101 std::call_once(flag, std::forward<Function>(F),
|
/prebuilts/clang/host/linux-x86/clang-4579689/include/llvm/Support/ |
Threading.h | 25 // MSVC's call_once implementation worked since VS 2015, which is the minimum 31 // std::call_once from libc++ is used on all Unix platforms. Other 77 /// This type is modeled after std::once_flag to use with llvm::call_once. 93 /// call_once(flag, foo); 99 void call_once(once_flag &flag, Function &&F, Args &&... ArgList) { function in namespace:llvm 101 std::call_once(flag, std::forward<Function>(F),
|
/prebuilts/clang/host/linux-x86/clang-4630689/include/llvm/Support/ |
Threading.h | 25 // MSVC's call_once implementation worked since VS 2015, which is the minimum 31 // std::call_once from libc++ is used on all Unix platforms. Other 77 /// This type is modeled after std::once_flag to use with llvm::call_once. 93 /// call_once(flag, foo); 99 void call_once(once_flag &flag, Function &&F, Args &&... ArgList) { function in namespace:llvm 101 std::call_once(flag, std::forward<Function>(F),
|