Home
last modified time | relevance | path

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

/oneTBB/test/common/
H A Dcontainer_move_support.h125 std::size_t my_thread_id{};
161 my_thread_id = t; in set_thread_id()
165 return my_thread_id; in get_thread_id()
184 my_thread_id = foo.my_thread_id; in Foo()
190 my_thread_id = foo.my_thread_id; in Foo()
197 my_thread_id = serial_dead_state; in ~Foo()
207 my_thread_id = x.my_thread_id;
215 my_thread_id = x.my_thread_id;
217 x.my_thread_id = serial_dead_state;
/oneTBB/test/tbb/
H A Dtest_continue_node.cpp254 const std::thread::id my_thread_id; member
258 : my_thread_id(std::this_thread::get_id()), my_count(count) in lightweight_policy_body()
269 CHECK_MESSAGE( (body_thread_id == my_thread_id), "Body executed as not lightweight"); in operator ()()