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

  /src/sys/arch/arm/include/
lock.h 70 __arm_load_exclusive(__cpu_simple_lock_t *__alp) function in typeref:typename:unsigned int
171 } while (__arm_load_exclusive(__alp) != __SIMPLELOCK_UNLOCKED
189 if (__arm_load_exclusive(__alp) != __SIMPLELOCK_UNLOCKED) {

Completed in 11 milliseconds