Searched defs:GuardObject (Results 1 – 1 of 1) sorted by relevance
546 struct GuardObject { struct549 GuardObject& operator=(GuardObject const&) = delete; argument557 explicit GuardObject(uint32_t* raw_guard_object) in GuardObject() function562 explicit GuardObject(uint64_t* raw_guard_object) in GuardObject() function568 AcquireResult cxa_guard_acquire() { in cxa_guard_acquire()599 using NoThreadsGuard = GuardObject<InitByteNoThreads>; argument