Home
last modified time | relevance | path

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

/oneTBB/test/tbb/
H A Dtest_resumable_tasks.cpp191 … EpochAsyncActivity(int num_, std::atomic<int>& e_) : m_numAsyncThreads(num_), m_globalEpoch(e_) { in EpochAsyncActivity() argument
244 EpochSuspendBody(EpochAsyncActivity& a_, std::atomic<int>& e_, int& le_) : in EpochSuspendBody()
245 m_asyncActivity(a_), m_globalEpoch(e_), m_localEpoch(le_) {} in EpochSuspendBody()
H A Dtest_eh_algorithms.cpp633 ParReduceBody( StatsCounters& s_, tbb::task_group_context& context, bool e_ ) : in ParReduceBody() argument
634 my_stats(&s_), my_exception(e_), tgc(context) { in ParReduceBody()