Searched refs:idallocator (Results 1 – 2 of 2) sorted by relevance
23 std::atomic<uint64_t> idallocator{0}; variable
59 extern std::atomic<uint64_t> idallocator;162 ParkingLot() : lotid_(parking_lot_detail::idallocator++) {} in ParkingLot()