Home
last modified time | relevance | path

Searched defs:os_atomic (Results 1 – 2 of 2) sorted by relevance

/xnu-11215.1.10/libkern/os/
H A Datomic.h70 #define os_atomic(type) std::atomic<type> volatile macro
78 #define os_atomic(type) type volatile _Atomic macro
/xnu-11215.1.10/osfmk/kern/
H A Dexclaves.c156 static inline os_atomic(uint64_t) * in os_atomic() function
162 static inline os_atomic(uint64_t) * in os_atomic() function