Searched defs:atomic_uintptr_t (Results 1 – 8 of 8) sorted by relevance
51 struct atomic_uintptr_t { struct52 typedef uptr Type;53 volatile Type val_dont_use;
77 using atomic_uintptr_t = atomic<uintptr_t>; variable
78 using atomic_uintptr_t = atomic<uintptr_t>; variable
157 typedef atomic< boost::uintptr_t > atomic_uintptr_t; typedef
123 typedef _Atomic(uintptr_t) atomic_uintptr_t; typedef
250 typedef _Atomic(uintptr_t) atomic_uintptr_t; typedef