Home
last modified time | relevance | path

Searched refs:IsolationFunctor (Results 1 – 1 of 1) sorted by relevance

/oneTBB/test/tbb/
H A Dtest_flow_graph_priorities.cpp464 struct IsolationFunctor { struct
466 IsolationFunctor(int ws) : work_size(ws) {} in IsolationFunctor() function
477 tbb::this_task_arena::isolate( IsolationFunctor(work_size) ); in do_node_work()