Home
last modified time | relevance | path

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

/oneTBB/include/oneapi/tbb/
H A Dconcurrent_priority_queue.h174 cpq_operation op_data(value, PUSH_OP); in push()
227 enum operation_type {INVALID_OP, PUSH_OP, POP_OP, PUSH_RVALUE_OP}; enumerator
289 … __TBB_ASSERT(tmp->type == PUSH_OP || tmp->type == PUSH_RVALUE_OP, "Unknown operation"); in handle_operations()
294 if (tmp->type == PUSH_OP) { in handle_operations()