Home
last modified time | relevance | path

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

/oneTBB/include/oneapi/tbb/
H A Dconcurrent_priority_queue.h227 enum operation_type {INVALID_OP, PUSH_OP, POP_OP, PUSH_RVALUE_OP}; enumerator
269 __TBB_ASSERT(op_list->type != INVALID_OP, nullptr); in handle_operations()