Home
last modified time | relevance | path

Searched refs:once_flag (Results 1 – 25 of 33) sorted by relevance

12

/external/libcxx/test/std/thread/thread.mutex/thread.once/thread.once.callonce/
Dcall_once.pass.cpp27 std::once_flag flg0;
42 std::once_flag flg3;
80 std::once_flag flg1;
96 std::once_flag flg2;
106 std::once_flag flg41;
107 std::once_flag flg42;
238 std::once_flag f; in main()
243 std::once_flag f; in main()
249 std::once_flag f1, f2; in main()
Drace.pass.cpp27 std::once_flag flg0;
/external/swiftshader/third_party/llvm-subzero/include/llvm/Support/
DThreading.h61 typedef std::once_flag once_flag; typedef
65 #define LLVM_DEFINE_ONCE_FLAG(flag) static once_flag flag
70 typedef volatile sys::cas_flag once_flag; typedef
74 #define LLVM_DEFINE_ONCE_FLAG(flag) static once_flag flag = Uninitialized
91 void call_once(once_flag &flag, Function &&F, Args &&... ArgList) { in call_once()
/external/llvm/include/llvm/Support/
DThreading.h61 typedef std::once_flag once_flag; typedef
65 #define LLVM_DEFINE_ONCE_FLAG(flag) static once_flag flag
70 typedef volatile sys::cas_flag once_flag; typedef
74 #define LLVM_DEFINE_ONCE_FLAG(flag) static once_flag flag = Uninitialized
91 void call_once(once_flag &flag, Function &&F, Args &&... ArgList) { in call_once()
/external/libcxx/include/
Dmutex175 struct once_flag
177 constexpr once_flag() noexcept;
179 once_flag(const once_flag&) = delete;
180 once_flag& operator=(const once_flag&) = delete;
184 void call_once(once_flag& flag, Callable&& func, Args&&... args);
552 struct _LIBCPP_TEMPLATE_VIS once_flag;
558 void call_once(once_flag&, _Callable&&, _Args&&...);
564 void call_once(once_flag&, _Callable&);
568 void call_once(once_flag&, const _Callable&);
572 struct _LIBCPP_TEMPLATE_VIS once_flag
[all …]
/external/libcxx/test/std/thread/thread.mutex/thread.once/thread.once.onceflag/
Dcopy.fail.cpp20 std::once_flag f; in main()
21 std::once_flag f2(f); in main()
Dassign.fail.cpp20 std::once_flag f; in main()
21 std::once_flag f2; in main()
Ddefault.pass.cpp22 std::once_flag f; in main()
27 constexpr std::once_flag f; in main()
/external/tensorflow/tensorflow/compiler/jit/legacy_flags/
Dencapsulate_subgraphs_pass_flags.cc33 static std::once_flag flags_init;
Dparallel_check_op_flags.cc33 static std::once_flag flags_init;
Dmark_for_compilation_pass_flags.cc33 static std::once_flag flags_init;
/external/tensorflow/tensorflow/compiler/tf2xla/
Ddump_graph_flags.cc33 static std::once_flag flags_init;
/external/mesa3d/include/c11/
Dthreads_win32.h111 typedef INIT_ONCE once_flag; typedef
115 } once_flag; typedef
297 call_once(once_flag *flag, void (*func)(void)) in call_once()
Dthreads_posix.h69 typedef pthread_once_t once_flag; typedef
94 call_once(once_flag *flag, void (*func)(void)) in call_once()
/external/tensorflow/tensorflow/core/platform/profile_utils/
Dcpu_utils.cc110 static std::once_flag flag; in GetCpuUtilsHelperSingletonInstance()
/external/tensorflow/tensorflow/core/platform/
Dcpu_feature_guard.cc93 std::once_flag g_cpu_feature_guard_warn_once_flag;
Dcpu_info.cc300 std::once_flag cpuid_once_flag;
/external/valgrind/
Dglibc-2.X-drd.supp289 # Suppress the races on boost::once_flag::epoch and on
294 drd-libboost-boost::call_once<void (*)()>(boost::once_flag&, void (*)())
/external/tensorflow/tensorflow/core/kernels/
Dexample_parsing_ops_test.cc86 static std::once_flag flags_init;
129 std::once_flag ExampleStore<T>::flags_init;
/external/mesa3d/src/mapi/
Dstub.c57 static once_flag flag = ONCE_FLAG_INIT; in stub_init_once()
/external/llvm/test/CodeGen/PowerPC/
Dpr18663-2.ll4 %"class.std::__1::locale::id.1580.4307.4610.8491" = type { %"struct.std::__1::once_flag.1579.4306.4…
5 %"struct.std::__1::once_flag.1579.4306.4609.8490" = type { i64 }
/external/mesa3d/src/mapi/glapi/
Dglapi_entrypoint.c342 static once_flag flag = ONCE_FLAG_INIT; in init_glapi_relocs_once()
/external/tensorflow/tensorflow/compiler/xla/legacy_flags/
Ddebug_options_flags.cc31 std::once_flag flags_init;
/external/mesa3d/src/gallium/auxiliary/util/
Du_queue.c41 static once_flag atexit_once_flag = ONCE_FLAG_INIT;
/external/tensorflow/tensorflow/compiler/xla/service/gpu/llvm_gpu_backend/
Dgpu_backend_lib.cc489 static std::once_flag backend_init_flag; in CompileToPtx()

12