Home
last modified time | relevance | path

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

/oneTBB/test/conformance/
H A Dconformance_concurrent_queue.cpp309 friend bool operator==( const Bar& bar1, const Bar& bar2 ) ;
315 bool operator==( const Bar& bar1, const Bar& bar2 ) { in operator ==() argument
316 CHECK_FAST(bar1.state == LIVE); in operator ==()
318 return bar1.my_id == bar2.my_id; in operator ==()
402 friend bool operator==(const BarEx& bar1, const BarEx& bar2 ) ;
408 bool operator==(const BarEx& bar1, const BarEx& bar2) { in operator ==() argument
409 CHECK_FAST(bar1.state == LIVE); in operator ==()
411 CHECK_FAST((bar1.my_id ^ bar1.my_tilda_id) == -1); in operator ==()
413 return bar1.my_id == bar2.my_id && bar1.my_tilda_id == bar2.my_tilda_id; in operator ==()