Lines Matching refs:thread_id
400 auto thread_id = std::this_thread::get_id(); in __anon509d20bd0b02() local
401 … tbb::task::suspend([&wait, &test_context, &test_task, thread_id] (tbb::task::suspend_point tag) { in __anon509d20bd0b02()
402 CHECK(thread_id == std::this_thread::get_id()); in __anon509d20bd0b02()
491 auto thread_id = std::this_thread::get_id(); in __anon509d20bd0e02() local
492 … tbb::task::suspend([&resume_flag, &test_suspend_tag, thread_id] (tbb::task::suspend_point tag) { in __anon509d20bd0e02()
493 CHECK(thread_id == std::this_thread::get_id()); in __anon509d20bd0e02()
546 auto thread_id = std::this_thread::get_id(); in __anon509d20bd1102() local
547 … tbb::task::suspend([&resume_flag, &test_suspend_tag, thread_id] (tbb::task::suspend_point tag) { in __anon509d20bd1102()
548 CHECK(thread_id == std::this_thread::get_id()); in __anon509d20bd1102()
641 auto thread_id = std::this_thread::get_id(); in __anon509d20bd1a02() local
643 CHECK(thread_id == std::this_thread::get_id()); in __anon509d20bd1a02()