Home
last modified time | relevance | path

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

/oneTBB/test/tbb/
H A Dtest_flow_graph_priorities.cpp47 TaskInfo() : my_priority(-1), my_task_index(-1) {} in TaskInfo()
49 : my_priority(priority), my_task_index(task_index) {} in TaskInfo()
51 int my_task_index; member
184 if( g_task_info[i].my_task_index > int(priority_nodes_num + num_threads) ) in test_node()
719 CHECK_MESSAGE( g_task_info[0].my_task_index == 0, "" ); in test_use_case()
720 CHECK_MESSAGE( g_task_info[1].my_task_index == 1, "" ); in test_use_case()
721 CHECK_MESSAGE( g_task_info[2].my_task_index == 2, "" ); in test_use_case()