Home
last modified time | relevance | path

Searched refs:arch_try_cmpxchg (Results 1 – 4 of 4) sorted by relevance

/DragonOS-0.1.8/kernel/src/common/
Datomic.h105 bool success = arch_try_cmpxchg(&ato->value, &oldval, newval); in atomic_cmpxchg()
/DragonOS-0.1.8/kernel/src/arch/x86_64/include/asm/
Dcmpxchg.h80 #define arch_try_cmpxchg(ptr, old_ptr, new) \ macro
/DragonOS-0.1.8/kernel/src/libs/
Dlockref.c17 … if (likely(arch_try_cmpxchg(&__lock_ref->lock_count, &old.lock_count, new.lock_count))) \
/DragonOS-0.1.8/docs/community/ChangeLog/V0.1.x/
DV0.1.8.md69 - bugfix: 解决arch_try_cmpxchg对于指针处理的错误 (#307)
331 fix arch_try_cmpxchg macro declaration (#307)
333 fix arch_try_cmpxchg in atomic_cmpxchg