Searched refs:internal_try_pop_impl (Results 1 – 1 of 1) sorted by relevance
32 std::pair<bool, ticket_type> internal_try_pop_impl(void* dst, QueueRep& queue, Allocator& alloc ) { in internal_try_pop_impl() function250 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()