Home
last modified time | relevance | path

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

/system/libfmq/
DEventFlag.cpp118 uint32_t old = std::atomic_fetch_or(mEfWordPtr, bitmask); in wake() local
147 uint32_t old = std::atomic_fetch_and(mEfWordPtr, ~bitmask); in waitHelper() local
/system/core/libmeminfo/tools/
Dwsstop.cpp114 static void diff_workingset(std::vector<Vma>& wss, std::vector<Vma>& old, std::vector<Vma>* res) { in diff_workingset()
/system/netd/libnetdutils/
DSyscallsTest.cpp48 auto& old = sSyscalls.get(); in TEST() local
/system/core/libutils/
DLooper.cpp91 sp<Looper> old = getForThread(); // also has side-effect of initializing TLS in setForThread() local
/system/core/init/
Dservice.cpp737 auto old = in AddDescriptor() local
/system/core/lmkd/
Dlmkd.c466 static void adjslot_remove(struct adjslot_list *old) in adjslot_remove()