Home
last modified time | relevance | path

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

/oneTBB/test/tbb/
H A Dtest_resumable_tasks.cpp45 m_asyncThreads.push_back( new std::thread(AsyncActivity::asyncLoop, this) ); in AsyncActivity()
69 static void asyncLoop(AsyncActivity* async) { in asyncLoop() function in AsyncActivity
193 m_asyncThreads.push_back( new std::thread(EpochAsyncActivity::asyncLoop, this) ); in EpochAsyncActivity()
217 static void asyncLoop(EpochAsyncActivity* async) { in asyncLoop() function in EpochAsyncActivity