Searched defs:GuardObject (Results 1 – 2 of 2) sorted by relevance
160 struct GuardObject { struct163 GuardObject& operator=(GuardObject const&) = delete; argument165 explicit GuardObject(uint32_t* g) in GuardObject() function170 explicit GuardObject(uint64_t* g) in GuardObject() argument177 AcquireResult cxa_guard_acquire() { in cxa_guard_acquire()185 void cxa_guard_release() { in cxa_guard_release()215 struct InitByteNoThreads : GuardObject<InitByteNoThreads> { argument
550 struct GuardObject { struct553 GuardObject& operator=(GuardObject const&) = delete; argument561 explicit GuardObject(uint32_t* raw_guard_object) in GuardObject() argument566 explicit GuardObject(uint64_t* raw_guard_object) in GuardObject() argument572 AcquireResult cxa_guard_acquire() { in cxa_guard_acquire()603 using NoThreadsGuard = GuardObject<InitByteNoThreads>; argument