Home
last modified time | relevance | path

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

/oneTBB/test/common/
H A Ddoctest.h5664 if(rb.m_threw)
5671 if((rb.m_at & assertType::is_normal) && !rb.m_threw)
5708 s << Color::Cyan << assertString(rb.m_at) << "( " << rb.m_expr << " ) "
5715 s << Color::Cyan << assertString(rb.m_at) << "( " << rb.m_expr << ", \""
5727 } else if(rb.m_at &
5729 s << Color::Cyan << assertString(rb.m_at) << "( " << rb.m_expr << ", "
5731 << (rb.m_threw ? (rb.m_threw_as ? "threw as expected!" :
5740 << (rb.m_threw ? (!rb.m_failed ? "threw as expected!" :
5750 if(rb.m_threw)
6437 file_line_to_stream(rb.m_file, rb.m_line, " ");
[all …]
/oneTBB/
H A D.gitattributes23 *.rb text
/oneTBB/include/oneapi/tbb/detail/
H A D_concurrent_queue_base.h340 …_wait_until_my_turn( std::atomic<ticket_type>& counter, ticket_type k, queue_rep_type& rb ) const { in spin_wait_until_my_turn() argument
345 ++rb.n_invalid_entries; in spin_wait_until_my_turn()
/oneTBB/test/tbb/
H A Dtest_eh_algorithms.cpp188 SimpleParReduceBody<ParForBody> rb; in TestParallelLoopAux() local
189 tbb::parallel_reduce( range_type(0, FLAT_RANGE, FLAT_GRAIN), rb, partitioner ); in TestParallelLoopAux()