Home
last modified time | relevance | path

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

/aosp_15_r20/external/cronet/third_party/libc++abi/src/src/
H A Dcxa_guard_impl.h180 struct GuardByte { struct
183 GuardByte& operator=(GuardByte const&) = delete; argument
185 explicit GuardByte(uint8_t* const guard_byte_address) : guard_byte(guard_byte_address) {} in GuardByte() argument
190 bool acquire() { in acquire()
197 void release() { guard_byte.store(COMPLETE_BIT, std::_AO_Release); } in release()
200 void abort() {} // Nothing to do in abort()