Home
last modified time | relevance | path

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

/kernel/liteos_m/testsuites/sample/kernel/atomic/
H A Dit_los_atomic_002.c42 ret = LOS_AtomicXchg32bits(&value, newVal); in TestCase()
47 ret = LOS_AtomicXchg32bits(&value, newVal); in TestCase()
52 ret = LOS_AtomicXchg32bits(&value, newVal); in TestCase()
57 ret = LOS_AtomicXchg32bits(&value, newVal); in TestCase()
70 * @brief Test interface LOS_AtomicXchg32bits
74 * step1: Invoke the LOS_AtomicXchg32bits interface.
76 * 1.LOS_AtomicXchg32bits return expected result.
/kernel/liteos_m/arch/include/
H A Dlos_atomic.h60 #define LOS_AtomicXchg32bits ArchAtomicXchg32bits macro
/kernel/liteos_a/arch/arm/arm/include/
H A Dlos_atomic.h687 STATIC INLINE INT32 LOS_AtomicXchg32bits(Atomic *v, INT32 val) in LOS_AtomicXchg32bits() function

Completed in 2 milliseconds