Searched defs:desired (Results 1 – 13 of 13) sorted by relevance
37 inline void AtomicBool::store(bool desired) { in store()41 inline bool AtomicBool::exchange(bool desired) { in exchange()58 inline void AtomicUint32::store(uint32_t desired) { in store()62 inline uint32_t AtomicUint32::exchange(uint32_t desired) { in exchange()
77 bool swap(bool desired) { in swap()94 uint32_t swap(uint32_t desired) { in swap()
174 bool swap(bool desired) { in swap()191 uint32_t swap(uint32_t desired) { in swap()
44 inline void AtomicBool::store(bool desired) { in store()48 inline bool AtomicBool::exchange(bool desired) { in exchange()67 inline void AtomicUint32::store(uint32_t desired) { in store()71 inline uint32_t AtomicUint32::exchange(uint32_t desired) { in exchange()
38 inline void AtomicBool::store(bool desired) { in store()42 inline bool AtomicBool::exchange(bool desired) { in exchange()58 inline void AtomicUint32::store(uint32_t desired) { in store()62 inline uint32_t AtomicUint32::exchange(uint32_t desired) { in exchange()
35 inline void AtomicBool::store(bool desired) { in store()39 inline bool AtomicBool::exchange(bool desired) { in exchange()54 inline void AtomicUint32::store(uint32_t desired) { in store()58 inline uint32_t AtomicUint32::exchange(uint32_t desired) { in exchange()
63 const void *ptr, sf_count_t desired) { in sfReadfWithType()
450 std::unique_ptr<ElfFields> desired(new ElfFields()); in GetElfFields() local
462 constexpr unordered_atomic(T desired = {}) : t_(desired) {} in t_() argument
1737 status_t Parcel::continueWrite(size_t desired) in continueWrite()
437 let desired: i32 = value.into(); in apply_ctrl() localVariable
20847 enum pkvm_page_state desired; member