Searched refs:try_push (Results 1 – 4 of 4) sorted by relevance
187 } while( ! (succeed = try_push( source, lane )) ); in push()234 bool try_push(d1::task* source, unsigned lane_idx ) { in try_push() function
78 - ``try_push(item)`` pushes ``item`` only if it would not exceed the
477 bool try_push( const T& value ) { in try_push() function481 bool try_push( T&& value ) { in try_push() function
72 bool try_push( const T& source ) { in try_push() function in ConcQWithCapacity114 bool result = queue.try_push( f); in TestFullQueue()633 bool try_push( const T& source ) { return this->push( source); } in try_push() function in ConcQPushPopWrapper1119 return queue.try_push( std::forward<VType>( val ) ); in push()1287 CHECK(!q2.try_push(vec[0])); in bounded_queue_specific_test()