Home
last modified time | relevance | path

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

/oneTBB/include/oneapi/tbb/detail/
H A D_aggregator.h53 aggregator_generic() : pending_operations(nullptr), handler_busy(false) {} in aggregator_generic()
78 OperationType* res = pending_operations.load(std::memory_order_relaxed);
81 } while (!pending_operations.compare_exchange_strong(res, op));
86 call_itt_notify(acquired, &pending_operations);
124 call_itt_notify(releasing, &pending_operations); in start_handle_operations()
126 op_list = pending_operations.exchange(nullptr); in start_handle_operations()
136 std::atomic<OperationType*> pending_operations; variable