Searched defs:GuardObject (Results 1 – 1 of 1) sorted by relevance
563 struct GuardObject { struct566 GuardObject& operator=(GuardObject const&) = delete; argument574 explicit GuardObject(uint32_t* raw_guard_object) in GuardObject() argument579 explicit GuardObject(uint64_t* raw_guard_object) in GuardObject() argument585 AcquireResult cxa_guard_acquire() { in cxa_guard_acquire()616 using NoThreadsGuard = GuardObject<InitByteNoThreads>; argument