Searched refs:body_thread_id (Results 1 – 2 of 2) sorted by relevance
268 std::thread::id body_thread_id = std::this_thread::get_id(); in operator ()() local269 CHECK_MESSAGE( (body_thread_id == my_thread_id), "Body executed as not lightweight"); in operator ()()
715 std::thread::id body_thread_id = std::this_thread::get_id();716 CHECK_MESSAGE(input == body_thread_id, "Body executed as not lightweight");