Searched defs:try_push (Results 1 – 3 of 3) sorted by relevance
234 bool try_push(d1::task* source, unsigned lane_idx ) { in try_push() function
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 ConcQWithCapacity633 bool try_push( const T& source ) { return this->push( source); } in try_push() function in ConcQPushPopWrapper