Home
last modified time | relevance | path

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

/oneTBB/include/oneapi/tbb/
H A Dconcurrent_priority_queue.h200 cpq_operation op_data(value, POP_OP); in try_pop()
227 enum operation_type {INVALID_OP, PUSH_OP, POP_OP, PUSH_RVALUE_OP}; enumerator
273 if (tmp->type == POP_OP) { in handle_operations()
314 __TBB_ASSERT(tmp->type == POP_OP, nullptr); in handle_operations()