Searched refs:_os_atomic_value_cast (Results 1 – 2 of 2) sorted by relevance
| /xnu-12377.41.6/libkern/os/ |
| H A D | atomic_private_impl.h | 217 #define _os_atomic_value_cast(p, v) \ macro 224 _os_atomic_value_cast(p, v), \ 231 __auto_type _v = _os_atomic_value_cast(p, v); \ 238 _os_atomic_value_cast(p, v), \ 245 __auto_type _v = _os_atomic_value_cast(p, v); \
|
| H A D | atomic_private.h | 639 _os_atomic_value_cast(p, v), \ 683 _os_atomic_value_cast(p, v), \
|