Home
last modified time | relevance | path

Searched refs:__bits (Results 1 – 2 of 2) sorted by relevance

/illumos-gate/usr/src/lib/libc/inc/
H A Dthr_inlines.h260 atomic_and_32(volatile uint32_t *__memory, uint32_t __bits) in atomic_and_32() argument
266 : "r" (__bits)); in atomic_and_32()
278 : "r" (__memory), "r" (__bits) in atomic_and_32()
286 atomic_or_32(volatile uint32_t *__memory, uint32_t __bits) in atomic_or_32() argument
292 : "r" (__bits)); in atomic_or_32()
304 : "r" (__memory), "r" (__bits) in atomic_or_32()
/illumos-gate/usr/src/boot/sys/sys/
H A D_sigset.h52 __uint32_t __bits[_SIG_WORDS]; member