Home
last modified time | relevance | path

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

/oneTBB/test/conformance/
H A Dconformance_concurrent_priority_queue.cpp85 static CounterType value_counter; member
88 MoveOperationTrackerBase() : value(++value_counter) {} in MoveOperationTrackerBase()
137 template <typename CounterType> CounterType MoveOperationTrackerBase<CounterType>::value_counter(0); member in MoveOperationTrackerBase<CounterType>