Home
last modified time | relevance | path

Searched defs:ArrayCounter (Results 1 – 1 of 1) sorted by relevance

/oneTBB/test/conformance/
H A Dconformance_mutex.h122 struct ArrayCounter { struct
127 ArrayCounter() : value{0} {} in ArrayCounter() argument
129 void increment() { in increment()
135 bool value_is(long expected_value) const { in value_is()