Home
last modified time | relevance | path

Searched defs:executed (Results 1 – 3 of 3) sorted by relevance

/oneTBB/test/conformance/
H A Dconformance_graph.cpp293 std::atomic<unsigned> executed(0); variable
/oneTBB/include/oneapi/tbb/detail/
H A D_utils.h255 executed, ///< Do-once routine has been executed enumerator
/oneTBB/test/tbb/
H A Dtest_task_arena.cpp932 tbb::enumerable_thread_specific<bool>& executed; member in TestIsolatedExecuteNS::TestEnqueueTask
958 tbb::enumerable_thread_specific<bool>& executed; member in TestIsolatedExecuteNS::TestEnqueueIsolateBody
976 tbb::enumerable_thread_specific<bool> executed(false); in TestEnqueue() local