Searched refs:__memory (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/lib/libc/inc/
H A Dthr_inlines.h159 atomic_swap_32(volatile uint32_t *__memory, uint32_t __value) argument
164 : "+q" (__value), "+m" (*__memory));
176 : "=&r" (__tmp1), "=&r" (__tmp2), "=m" (*__memory)
177 : "r" (__memory), "r" (__value)
186 atomic_cas_32(volatile uint32_t *__memory, uint32_t __cmp, uint32_t __newvalue) argument
192 : "=m" (*__memory), "=a" (__oldvalue)
197 : "=m" (*__memory), "=&r" (__oldvalue)
198 : "r" (__memory), "r" (__cmp), "1" (__newvalue));
206 atomic_inc_32(volatile uint32_t *__memory) argument
211 : "+m" (*__memory));
231 atomic_dec_32(volatile uint32_t *__memory) argument
256 atomic_and_32(volatile uint32_t *__memory, uint32_t __bits) argument
282 atomic_or_32(volatile uint32_t *__memory, uint32_t __bits) argument
[all...]

Completed in 44 milliseconds