Searched defs:executed (Results 1 – 3 of 3) sorted by relevance
| /oneTBB/test/conformance/ | ||
| H A D | conformance_graph.cpp | 293 std::atomic<unsigned> executed(0); variable |
| /oneTBB/include/oneapi/tbb/detail/ | ||
| H A D | _utils.h | 255 executed, ///< Do-once routine has been executed enumerator |
| /oneTBB/test/tbb/ | ||
| H A D | test_task_arena.cpp | 932 tbb::enumerable_thread_specific<bool>& executed; member in TestIsolatedExecuteNS::TestEnqueueTask |