Home
last modified time | relevance | path

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

/oneTBB/include/oneapi/tbb/
H A Dconcurrent_queue.h32 std::pair<bool, ticket_type> internal_try_pop_impl(void* dst, QueueRep& queue, Allocator& alloc ) { in internal_try_pop_impl() function
250 return internal_try_pop_impl(dst, *my_queue_representation, my_allocator).first; in internal_try_pop()
631 … std::tie(present, ticket) = internal_try_pop_impl(dst, *my_queue_representation, my_allocator); in internal_pop_if_present()