Searched refs:outstanding_ops (Results 1 – 2 of 2) sorted by relevance
62 root_iter->outstanding_ops = ready->size(); in ActivateRoots()304 parent_iter_state->outstanding_ops++; in DeleteFrame()646 if (iter_state->outstanding_ops == 0 && in IsIterationDone()766 auto old_val = iter_state->outstanding_ops.fetch_add(delta); in AdjustOutstandingOpsFastPath()781 auto cur_val = iter_state->outstanding_ops.load(std::memory_order_relaxed); in AdjustOutstandingOpsLocked()786 iter_state->outstanding_ops.store(new_val, std::memory_order_relaxed); in AdjustOutstandingOpsLocked()
128 outstanding_ops(0), in IterationState()146 std::atomic<size_t> outstanding_ops; member