Searched refs:stage (Results 1 – 2 of 2) sorted by relevance
5 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 …
345 int stage = my_stage++; in operator ()() local352 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 ()()