Searched defs:atomic_uintptr_t (Results 1 – 4 of 4) sorted by relevance
55 struct atomic_uintptr_t { struct56 typedef uptr Type;57 volatile Type val_dont_use;
78 using atomic_uintptr_t = atomic<uintptr_t>; variable
127 typedef _Atomic(uintptr_t) atomic_uintptr_t; typedef
221 typedef _Atomic(__uintptr_t) atomic_uintptr_t; typedef