Home
last modified time | relevance | path

Searched defs:old (Results 1 – 2 of 2) sorted by relevance

/commonlibrary/memory_utils/libpurgeablemem/common/src/
Dux_page_table_c.c250 static inline bool UxpteCAS_(uxpte_t *uxpte, uxpte_t old, uxpte_t newVal) in UxpteCAS_()
257 uxpte_t old; in UxpteAdd_() local
269 uxpte_t old; in UxpteSub_() local
277 uxpte_t old = UxpteLoad_(pte); in UxpteClear_() local
/commonlibrary/rust/ylong_runtime/ylong_runtime/src/task/
Dstate.rs320 let old = INIT; in try_turning_to_un_join_handle() localVariable