Searched refs:correlation_id_generator (Results 1 – 1 of 1) sorted by relevance
94 std::atomic_int_fast64_t correlation_id_generator(0); variable110 correlation_id_generator.fetch_add(1, std::memory_order_relaxed) - 1; in ScopedTracer()