Home
last modified time | relevance | path

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

/oneTBB/test/tbb/
H A Dtest_task.cpp490 auto suspend_func = [&resume_flag, &test_suspend_tag] { in __anon509d20bd0e02() variable
498 using task_type = CountingTask<decltype(suspend_func)>;
499 task_type suspend_task(suspend_func, wait);
545 auto suspend_func = [&resume_flag, &test_suspend_tag] { in __anon509d20bd1102() variable
553 using suspend_task_type = CountingTask<decltype(suspend_func)>;
554 suspend_task_type suspend_task(suspend_func, wait);