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

  /src/sys/arch/arm/include/
lock.h 83 __arm_store_exclusive(__cpu_simple_lock_t *__alp, unsigned int __val) function in typeref:typename:unsigned int
172 || __arm_store_exclusive(__alp, __SIMPLELOCK_LOCKED));
192 } while (__arm_store_exclusive(__alp, __SIMPLELOCK_LOCKED));
lock.h 83 __arm_store_exclusive(__cpu_simple_lock_t *__alp, unsigned int __val) function in typeref:typename:unsigned int
172 || __arm_store_exclusive(__alp, __SIMPLELOCK_LOCKED));
192 } while (__arm_store_exclusive(__alp, __SIMPLELOCK_LOCKED));

Completed in 27 milliseconds