Home
last modified time | relevance | path

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

/llvm-project-15.0.7/libcxxabi/src/
H A Dcxa_guard_impl.h546 struct GuardObject { struct
549 GuardObject& operator=(GuardObject const&) = delete; argument
557 explicit GuardObject(uint32_t* raw_guard_object) in GuardObject() function
562 explicit GuardObject(uint64_t* raw_guard_object) in GuardObject() function
568 AcquireResult cxa_guard_acquire() { in cxa_guard_acquire()
599 using NoThreadsGuard = GuardObject<InitByteNoThreads>; argument