HomeSort by: relevance | last modified time | path
    Searched defs:__result (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/arch/acorn32/include/
lock.h 73 int __result; local in function:__cpu_simple_lock_try
75 __result = __swp(__SIMPLELOCK_LOCKED, alp) == __SIMPLELOCK_UNLOCKED;
76 if (__result)
78 return __result;
lock.h 73 int __result; local in function:__cpu_simple_lock_try
75 __result = __swp(__SIMPLELOCK_LOCKED, alp) == __SIMPLELOCK_UNLOCKED;
76 if (__result)
78 return __result;

Completed in 21 milliseconds