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

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

Completed in 90 milliseconds