Searched refs:LOS_AtomicCmpXchg64bits (Results 1 - 5 of 5) sorted by relevance
/kernel/liteos_m/testsuites/sample/kernel/atomic/ |
H A D | it_los_atomic_006.c | 42 ret = LOS_AtomicCmpXchg64bits(&value, newVal, oldVal); in TestCase() 47 ret = LOS_AtomicCmpXchg64bits(&value, newVal, oldVal); in TestCase() 53 ret = LOS_AtomicCmpXchg64bits(&value, newVal, oldVal); in TestCase() 58 ret = LOS_AtomicCmpXchg64bits(&value, newVal, oldVal); in TestCase() 64 ret = LOS_AtomicCmpXchg64bits(&value, newVal, oldVal); in TestCase() 69 ret = LOS_AtomicCmpXchg64bits(&value, newVal, oldVal); in TestCase() 75 ret = LOS_AtomicCmpXchg64bits(&value, newVal, oldVal); in TestCase() 80 ret = LOS_AtomicCmpXchg64bits(&value, newVal, oldVal); in TestCase() 86 ret = LOS_AtomicCmpXchg64bits(&value, newVal, oldVal); in TestCase() 91 ret = LOS_AtomicCmpXchg64bits( in TestCase() [all...] |
H A D | it_los_atomic_009.c | 51 LOS_AtomicCmpXchg64bits(&g_testAtomicID05, g_testAtomicID05, g_testAtomicID05); in TaskF02() 111 * @brief Test interface LOS_Atomic64Dec and LOS_AtomicCmpXchg64bits in different task. 116 * step2: Invoke the LOS_AtomicCmpXchg64bits interface in TaskF02. 118 * 1.LOS_Atomic64Dec and LOS_AtomicCmpXchg64bits return expected result.
|
H A D | it_los_atomic_008.c | 41 LOS_AtomicCmpXchg64bits(&g_testAtomicID05, i, count); in TaskF01() 92 * @brief Test interface LOS_AtomicCmpXchg64bits 96 * step1: Invoke the LOS_AtomicCmpXchg64bits interface in different task. 98 * 1.LOS_AtomicCmpXchg64bits return expected result.
|
/kernel/liteos_m/arch/include/ |
H A D | los_atomic.h | 63 #define LOS_AtomicCmpXchg64bits ArchAtomicCmpXchg64bits
macro
|
/kernel/liteos_a/arch/arm/arm/include/ |
H A D | los_atomic.h | 867 STATIC INLINE BOOL LOS_AtomicCmpXchg64bits(Atomic64 *v, INT64 val, INT64 oldVal) in LOS_AtomicCmpXchg64bits() function
|
Completed in 3 milliseconds