Home
last modified time | relevance | path

Searched defs:operation_type (Results 1 – 3 of 3) sorted by relevance

/oneTBB/include/oneapi/tbb/detail/
H A D_flow_graph_node_impl.h161 operation_type(const input_type& e, op_type t) : in operation_type() function
163 operation_type(op_type t) : type(char(t)), r(nullptr), bypass_t(nullptr) {} in operation_type() function
/oneTBB/include/oneapi/tbb/
H A Dconcurrent_priority_queue.h227 enum operation_type {INVALID_OP, PUSH_OP, POP_OP, PUSH_RVALUE_OP}; enum
/oneTBB/test/tbb/
H A Dtest_task_arena.cpp1600 enum operation_type { in StressTestMixFunctionality() enum