Home
last modified time | relevance | path

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

/oneTBB/test/common/
H A Dconcurrent_priority_queue_common.h247 std::size_t n_thread; variable
255 : n_thread(n), my_min(min), my_max(max), q(cpq) {} in FillBody()
263 elem = elem + T(int(n_thread)); in operator()