Home
last modified time | relevance | path

Searched defs:try_push (Results 1 – 3 of 3) sorted by relevance

/oneTBB/src/tbb/
H A Dtask_stream.h234 bool try_push(d1::task* source, unsigned lane_idx ) { in try_push() function
/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
633 bool try_push( const T& source ) { return this->push( source); } in try_push() function in ConcQPushPopWrapper