Home
last modified time | relevance | path

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

/oneTBB/test/common/
H A Dcontainer_move_support.h34 static constexpr std::size_t serial_dead_state = std::size_t(-1); variable
196 my_serial = serial_dead_state; in ~Foo()
197 my_thread_id = serial_dead_state; in ~Foo()
216 x.my_serial = serial_dead_state;
217 x.my_thread_id = serial_dead_state;
/oneTBB/test/conformance/
H A Dconformance_concurrent_queue.cpp652 f.set_thread_id(move_support_tests::serial_dead_state); in operator ()()
653 f.set_serial(move_support_tests::serial_dead_state); in operator ()()