Home
last modified time | relevance | path

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

/oneTBB/test/tbb/
H A Dtest_continue_node.cpp268 std::thread::id body_thread_id = std::this_thread::get_id(); in operator ()() local
269 CHECK_MESSAGE( (body_thread_id == my_thread_id), "Body executed as not lightweight"); in operator ()()
/oneTBB/test/common/
H A Dgraph_utils.h715 std::thread::id body_thread_id = std::this_thread::get_id();
716 CHECK_MESSAGE(input == body_thread_id, "Body executed as not lightweight");