Home
last modified time | relevance | path

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

/aosp_15_r20/external/libcxxabi/src/
H A Dcxa_guard_impl.h160 struct GuardObject { struct
163 GuardObject& operator=(GuardObject const&) = delete; argument
165 explicit GuardObject(uint32_t* g) in GuardObject() function
170 explicit GuardObject(uint64_t* g) in GuardObject() argument
177 AcquireResult cxa_guard_acquire() { in cxa_guard_acquire()
185 void cxa_guard_release() { in cxa_guard_release()
215 struct InitByteNoThreads : GuardObject<InitByteNoThreads> { argument
/aosp_15_r20/external/cronet/third_party/libc++abi/src/src/
H A Dcxa_guard_impl.h550 struct GuardObject { struct
553 GuardObject& operator=(GuardObject const&) = delete; argument
561 explicit GuardObject(uint32_t* raw_guard_object) in GuardObject() argument
566 explicit GuardObject(uint64_t* raw_guard_object) in GuardObject() argument
572 AcquireResult cxa_guard_acquire() { in cxa_guard_acquire()
603 using NoThreadsGuard = GuardObject<InitByteNoThreads>; argument