Searched refs:gNextID (Results 1 – 1 of 1) sorted by relevance
19 static std::atomic<uint32_t> gNextID(1); in next_path_cache_id() local21 uint32_t id = gNextID.fetch_add(+1, std::memory_order_acquire); in next_path_cache_id()