Home
last modified time | relevance | path

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

/commonlibrary/memory_utils/libpurgeablemem/common/src/
Dux_page_table_c.c277 static inline bool UxpteCAS_(uxpte_t *uxpte, uxpte_t old, uxpte_t newVal) in UxpteCAS_()
284 uxpte_t old = 0; in UxpteAdd() local
304 uxpte_t old; in UxpteSub() local
312 uxpte_t old = UxpteLoad(pte); in UxpteClear_() local
/commonlibrary/rust/ylong_runtime/ylong_signal/src/
Dwindows.rs53 let old = unsafe { libc::signal(sig_num, sig_handler as usize) }; in sig_handler() localVariable
/commonlibrary/rust/ylong_runtime/ylong_runtime/src/task/
Dstate.rs320 let old = INIT; in try_turning_to_un_join_handle() localVariable