Home
last modified time | relevance | path

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

/oneTBB/test/conformance/
H A Dconformance_concurrent_queue.cpp358 class BarEx { class
372 BarEx() : state(LIVE), my_id(-1), my_tilda_id(-1) in BarEx() function in BarEx
375 BarEx(std::size_t _i) : state(LIVE), my_id(_i), my_tilda_id(my_id^(-1)) in BarEx() function in BarEx
378 BarEx( const BarEx& a_bar ) : state(LIVE) { in BarEx() function in BarEx