Searched refs:operationIdCounter (Results 1 – 1 of 1) sorted by relevance
33 static std::atomic<std::uint64_t> operationIdCounter(0); in executeAsync() local34 std::uint64_t operationId = operationIdCounter++; in executeAsync()