Lines Matching refs:__SIMPLELOCK_UNLOCKED
53 return *__ptr == __SIMPLELOCK_UNLOCKED;
59 *__ptr = __SIMPLELOCK_UNLOCKED;
161 *__alp = __SIMPLELOCK_UNLOCKED;
171 } while (__arm_load_exclusive(__alp) != __SIMPLELOCK_UNLOCKED
175 while (__swp(__SIMPLELOCK_LOCKED, __alp) != __SIMPLELOCK_UNLOCKED)
189 if (__arm_load_exclusive(__alp) != __SIMPLELOCK_UNLOCKED) {
196 return (__swp(__SIMPLELOCK_LOCKED, __alp) == __SIMPLELOCK_UNLOCKED);
210 :: "r"(__SIMPLELOCK_UNLOCKED), "r"(__alp) : "memory");
213 :: "r"(__SIMPLELOCK_UNLOCKED), "r"(__alp) : "memory");
217 *__alp = __SIMPLELOCK_UNLOCKED;