Home
last modified time | relevance | path

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

/oneTBB/cmake/
H A DREADME.md5 The following controls are available during the configure stage:
99 …est/generator/Visual%20Studio%2016%202019.html)) during the configuration stage and then build as …
/oneTBB/test/tbb/
H A Dtest_task_arena.cpp345 int stage = my_stage++; in operator ()() local
352 my_id << (stage < 3 ? (tbb::this_task_arena::current_thread_index()? in operator ()()
353 "delegated_to_worker" : stage < 2? "direct" : "delegated_to_master") in operator ()()
354 : stage == 3? "nested_same_ctx" : "nested_alien_ctx"); in operator ()()