Searched defs:_atomic_swap_uint (Results 1 – 9 of 9) sorted by relevance
/openbsd/sys/arch/sparc64/include/ |
H A D | atomic.h | 70 _def_atomic_swap(_atomic_swap_uint, unsigned int, atomic_cas_uint) in _def_atomic_swap() argument
|
/openbsd/sys/arch/mips64/include/ |
H A D | atomic.h | 121 _atomic_swap_uint(volatile unsigned int *uip, unsigned int v) in _atomic_swap_uint() function
|
/openbsd/sys/arch/arm/include/ |
H A D | atomic.h | 91 _def_atomic_swap(_atomic_swap_uint, unsigned int) in _def_atomic_swap() argument
|
/openbsd/sys/arch/sh/include/ |
H A D | atomic.h | 79 _atomic_swap_uint(volatile unsigned int *uip, unsigned int n) in _atomic_swap_uint() function
|
/openbsd/sys/arch/powerpc/include/ |
H A D | atomic.h | 115 _atomic_swap_uint(volatile unsigned int *p, unsigned int v) in _atomic_swap_uint() function
|
/openbsd/sys/arch/powerpc64/include/ |
H A D | atomic.h | 115 _atomic_swap_uint(volatile unsigned int *p, unsigned int v) in _atomic_swap_uint() function
|
/openbsd/sys/arch/hppa/include/ |
H A D | atomic.h | 128 _atomic_swap_uint(volatile unsigned int *uip, unsigned int n) in _atomic_swap_uint() function
|
/openbsd/sys/arch/i386/include/ |
H A D | atomic.h | 87 _atomic_swap_uint(volatile unsigned int *p, unsigned int n) in _atomic_swap_uint() function
|
/openbsd/sys/arch/amd64/include/ |
H A D | atomic.h | 92 _atomic_swap_uint(volatile unsigned int *p, unsigned int n) in _atomic_swap_uint() function
|