Home
last modified time | relevance | path

Searched refs:__swp (Results 1 – 3 of 3) sorted by relevance

/netbsd-src/sys/arch/arm/include/
H A Dlock.h97 __swp(unsigned char __val, __cpu_simple_lock_t *__ptr) in __swp() function
114 __swp(int __val, __cpu_simple_lock_t *__ptr) in __swp() function
175 while (__swp(__SIMPLELOCK_LOCKED, __alp) != __SIMPLELOCK_UNLOCKED) in __cpu_simple_lock()
196 return (__swp(__SIMPLELOCK_LOCKED, __alp) == __SIMPLELOCK_UNLOCKED); in __cpu_simple_lock_try()
/netbsd-src/sys/arch/acorn32/include/
H A Dlock.h46 __swp(int __val, volatile unsigned char *__ptr) in __swp() function
65 while (__swp(__SIMPLELOCK_LOCKED, alp) != __SIMPLELOCK_UNLOCKED) in __cpu_simple_lock()
75 __result = __swp(__SIMPLELOCK_LOCKED, alp) == __SIMPLELOCK_UNLOCKED; in __cpu_simple_lock_try()
/netbsd-src/external/apache2/llvm/dist/clang/lib/Headers/
H A Darm_acle.h73 __swp(uint32_t __x, volatile uint32_t *__p) { in __swp() function