Lines Matching refs:suspend_point
350 suspended_task(tbb::task::suspend_point tag, tbb::detail::d1::wait_context& wait) in suspended_task()
376 tbb::task::suspend_point my_suspend_tag;
401 … tbb::task::suspend([&wait, &test_context, &test_task, thread_id] (tbb::task::suspend_point tag) { in __anon509d20bd0b02()
421 std::atomic<int>& resume_flag, tbb::task::suspend_point& suspend_tag) in bypass_task()
458 tbb::task::suspend_point& my_suspend_tag;
475 tbb::task::suspend_point test_suspend_tag;
492 … tbb::task::suspend([&resume_flag, &test_suspend_tag, thread_id] (tbb::task::suspend_point tag) { in __anon509d20bd0e02()
521 tbb::task::suspend_point test_suspend_tag;
547 … tbb::task::suspend([&resume_flag, &test_suspend_tag, thread_id] (tbb::task::suspend_point tag) { in __anon509d20bd1102()
634 tbb::concurrent_vector<tbb::task::suspend_point> suspend_points;
642 tbb::task::suspend([&] (tbb::task::suspend_point sp) { in __anon509d20bd1a02()