Home
last modified time | relevance | path

Searched defs:flag (Results 1 – 11 of 11) sorted by relevance

/oneTBB/test/tbb/
H A Dtest_collaborative_call_once.cpp77 tbb::collaborative_once_flag flag; in call_once_in_for_loop() local
85 tbb::collaborative_once_flag flag; in call_once_in_parallel_for() local
104 tbb::collaborative_once_flag flag; in call_once_threads() local
236 tbb::collaborative_once_flag flag; variable
262 tbb::collaborative_once_flag flag; variable
309 tbb::collaborative_once_flag flag; variable
333 tbb::collaborative_once_flag flag; variable
352 tbb::collaborative_once_flag flag; variable
H A Dtest_task_arena.cpp1922 volatile bool flag = true; in throwing_obj() local
/oneTBB/test/conformance/
H A Dconformance_collaborative_call_once.cpp73 int flag = 0; variable
94 oneapi::tbb::collaborative_once_flag flag; variable
H A Dconformance_async_node.cpp121 std::atomic<bool> flag{false}; variable
H A Dconformance_graph.cpp30 std::atomic<bool> flag = {false}; in test_continue_node_rf_reset_protocol() local
H A Dconformance_parallel_pipeline.cpp123 bool flag{false}; in RunPipeline() local
H A Dconformance_flowgraph.h257 static std::atomic<bool> flag; member
H A Dconformance_concurrent_queue.cpp1591 struct flag {}; struct in MinimalisticObject
1594 MinimalisticObject(flag) : underlying_obj(default_obj) {} in MinimalisticObject() argument
/oneTBB/include/oneapi/tbb/
H A Dcollaborative_call_once.h208 void collaborative_call_once(collaborative_once_flag& flag, Fn&& fn, Args&&... args) { in collaborative_call_once()
H A Dpartitioner.h145 std::atomic<bool> &flag = static_cast<tree_node*>(t.my_parent)->m_child_stolen; in mark_task_stolen() local
/oneTBB/src/tbbmalloc/
H A Dfrontend.cpp1964 std::atomic<intptr_t> flag; member in rml::internal::ShutdownSync