Home
last modified time | relevance | path

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

/oneTBB/test/tbb/
H A Dtest_async_node.cpp356 my_work_queue.push( work ); in submit()
362 if( is_active && my_work_queue.try_pop( work ) ) { in process()
374 } while( my_quit == false || !my_work_queue.empty()); in process()
398 async_activity_queue<work_type> my_work_queue; member in async_activity