Home
last modified time | relevance | path

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

/oneTBB/test/conformance/
H A Dconformance_concurrent_queue.cpp667 CHECK_FAST(f.get_thread_id() <= nthread); in operator ()()
668 …CHECK_FAST_MESSAGE((f.get_thread_id() == nthread || serial[f.get_thread_id()] < f.get_serial()), "… in operator ()()
669 serial[f.get_thread_id()] = f.get_serial(); in operator ()()
/oneTBB/test/common/
H A Dcontainer_move_support.h164 std::size_t get_thread_id() const { in get_thread_id() function