Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/libcxxabi/src/
H A Dcxa_guard_impl.h563 struct GuardObject { struct
566 GuardObject& operator=(GuardObject const&) = delete; argument
574 explicit GuardObject(uint32_t* raw_guard_object) in GuardObject() argument
579 explicit GuardObject(uint64_t* raw_guard_object) in GuardObject() argument
585 AcquireResult cxa_guard_acquire() { in cxa_guard_acquire()
616 using NoThreadsGuard = GuardObject<InitByteNoThreads>; argument