Searched defs:GuardObject (Results 1 – 1 of 1) sorted by relevance
185 struct GuardObject { struct188 GuardObject& operator=(GuardObject const&) = delete; argument190 explicit GuardObject(uint32_t* g) in GuardObject() argument195 explicit GuardObject(uint64_t* g) in GuardObject() argument202 AcquireResult cxa_guard_acquire() { in cxa_guard_acquire()210 void cxa_guard_release() { in cxa_guard_release()240 struct InitByteNoThreads : GuardObject<InitByteNoThreads> { argument