Home
last modified time | relevance | path

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

/oneTBB/src/tbb/
H A Dtask_stream.h187 } while( ! (succeed = try_push( source, lane )) ); in push()
234 bool try_push(d1::task* source, unsigned lane_idx ) { in try_push() function
/oneTBB/doc/main/tbb_userguide/
H A DConcurrent_Queue_Classes.rst78 - ``try_push(item)`` pushes ``item`` only if it would not exceed the
/oneTBB/include/oneapi/tbb/
H A Dconcurrent_queue.h477 bool try_push( const T& value ) { in try_push() function
481 bool try_push( T&& value ) { in try_push() function
/oneTBB/test/conformance/
H A Dconformance_concurrent_queue.cpp72 bool try_push( const T& source ) { in try_push() function in ConcQWithCapacity
114 bool result = queue.try_push( f); in TestFullQueue()
633 bool try_push( const T& source ) { return this->push( source); } in try_push() function in ConcQPushPopWrapper
1119 return queue.try_push( std::forward<VType>( val ) ); in push()
1287 CHECK(!q2.try_push(vec[0])); in bounded_queue_specific_test()