Searched defs:desired (Results 1 – 3 of 3) sorted by relevance
36 inline void AtomicBool::store(bool desired) { in store()40 inline bool AtomicBool::exchange(bool desired) { in exchange()56 inline void AtomicUint32::store(uint32_t desired) { in store()60 inline uint32_t AtomicUint32::exchange(uint32_t desired) { in exchange()
44 inline void AtomicBool::store(bool desired) { in store()48 inline bool AtomicBool::exchange(bool desired) { in exchange()68 inline void AtomicUint32::store(uint32_t desired) { in store()72 inline uint32_t AtomicUint32::exchange(uint32_t desired) { in exchange()
1986 status_t Parcel::restartWrite(size_t desired) in restartWrite()2037 status_t Parcel::continueWrite(size_t desired) in continueWrite()