Home
last modified time | relevance | path

Searched refs:LOS_AtomicXchg64bits (Results 1 - 4 of 4) sorted by relevance

/kernel/liteos_m/testsuites/sample/kernel/atomic/
H A Dit_los_atomic_005.c42 ret = LOS_AtomicXchg64bits(&value, newVal); in TestCase()
47 ret = LOS_AtomicXchg64bits(&value, newVal); in TestCase()
52 ret = LOS_AtomicXchg64bits(&value, newVal); in TestCase()
57 ret = LOS_AtomicXchg64bits(&value, newVal); in TestCase()
62 ret = LOS_AtomicXchg64bits(&value, newVal); in TestCase()
67 ret = LOS_AtomicXchg64bits(&value, newVal); in TestCase()
80 * @brief Test interface LOS_AtomicXchg64bits
84 * step1: Invoke the LOS_AtomicXchg64bits interface.
86 * 1.LOS_AtomicXchg64bits return expected result.
H A Dit_los_atomic_007.c40 LOS_AtomicXchg64bits(&g_testAtomicID05, i); in TaskF01()
90 * @brief Test interface LOS_AtomicXchg64bits
94 * step1: Invoke the LOS_AtomicXchg64bits interface in different task.
96 * 1.LOS_AtomicXchg64bits return expected result.
/kernel/liteos_m/arch/include/
H A Dlos_atomic.h61 #define LOS_AtomicXchg64bits ArchAtomicXchg64bits macro
/kernel/liteos_a/arch/arm/arm/include/
H A Dlos_atomic.h721 STATIC INLINE INT64 LOS_AtomicXchg64bits(Atomic64 *v, INT64 val) in LOS_AtomicXchg64bits() function

Completed in 2 milliseconds