Searched refs:handler_busy (Results 1 – 1 of 1) sorted by relevance
53 aggregator_generic() : pending_operations(nullptr), handler_busy(false) {} in aggregator_generic()112 call_itt_notify(prepare, &handler_busy); in start_handle_operations()115 spin_wait_until_eq(handler_busy, uintptr_t(0)); in start_handle_operations()116 call_itt_notify(acquired, &handler_busy); in start_handle_operations()118 handler_busy.store(1, std::memory_order_relaxed); in start_handle_operations()132 handler_busy.store(0, std::memory_order_release); in start_handle_operations()138 std::atomic<uintptr_t> handler_busy; variable