Searched defs:fetch_decrement (Results 1 – 6 of 6) sorted by relevance
59 inline uint32_t AtomicUint32::fetch_decrement() { return atomic_.fetch_sub(1); } in fetch_decrement() function
78 inline uint32_t AtomicUint32::fetch_decrement() { in fetch_decrement() function
91 inline uint32_t AtomicUint32::fetch_decrement() { in fetch_decrement() function
74 inline uint32_t AtomicUint32::fetch_decrement() { in fetch_decrement() function