Searched defs:atomic_uint64_t (Results 1 – 2 of 2) sorted by relevance
49 struct atomic_uint64_t { global() struct 50 Typeatomic_uint64_t global() argument
75 using atomic_uint64_t = atomic<uint64_t>; global() variable