Home
last modified time | relevance | path

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

/oneTBB/test/tbb/
H A Dtest_eh_algorithms.cpp630 tbb::task_group_context& tgc; member in ParReduceBody
634 my_stats(&s_), my_exception(e_), tgc(context) { in ParReduceBody()
638 ParReduceBody( const ParReduceBody& lhs ) : tgc(lhs.tgc) { in ParReduceBody()
643 ParReduceBody( ParReduceBody& lhs, tbb::split ) : tgc(lhs.tgc) { in ParReduceBody()
656 tgc.cancel_group_execution(); in operator ()()
H A Dtest_task_arena.cpp1076 …s, std::vector<wait_context*>& waiters, std::atomic<int>& processed, tbb::task_group_context& tgc ) in TestMultipleWaitsArenaWait() argument
1077 …ze ), my_num_tasks(num_tasks), my_waiters( waiters ), my_processed( processed ), my_context(tgc) {} in TestMultipleWaitsArenaWait()
1101 …a, std::vector<wait_context*>& waiters, std::atomic<int>& processed, tbb::task_group_context& tgc ) in TestMultipleWaitsThreadBody() argument
1102 …s( num_tasks ), my_arena( a ), my_waiters( waiters ), my_processed( processed ), my_context(tgc) {} in TestMultipleWaitsThreadBody()
1120 tbb::task_group_context tgc; in TestMultipleWaits() local
1133 …TestMultipleWaitsThreadBody( bunch_size, num_tasks, a, waiters, processed, tgc ), idx++ ).detach(); in TestMultipleWaits()
1139 …TestMultipleWaitsThreadBody( bunch_size, num_tasks, a, waiters, processed, tgc ), idx++ ).detach(); in TestMultipleWaits()
H A Dtest_async_node.cpp135 counting_async_serial_body(tbb::task_group_context& tgc) in counting_async_serial_body()
136 : base_type(tgc), my_async_body_exec_count( 0 ) { } in counting_async_serial_body()
/oneTBB/src/tbb/
H A Dscheduler_common.h108 task_group_context** tgc = reinterpret_cast<task_group_context**>(&t.m_reserved[0]); in context() local
109 return *tgc; in context()
/oneTBB/test/common/
H A Dgraph_utils.h493 tbb::task_group_context tgc;
494 tbb::flow::graph g(tgc);
557 CHECK_MESSAGE(tgc.cancel_group_execution(), "task group already cancelled");
593 CHECK_MESSAGE(tgc.cancel_group_execution(), "task group already cancelled");