Home
last modified time | relevance | path

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

/external/llvm-project/libcxxabi/src/
Dcxa_guard_impl.h185 struct GuardObject { struct
186 GuardObject() = delete;
187 GuardObject(GuardObject const&) = delete;
188 GuardObject& operator=(GuardObject const&) = delete; argument
190 explicit GuardObject(uint32_t* g) in GuardObject() function
195 explicit GuardObject(uint64_t* g) in GuardObject() function
240 struct InitByteNoThreads : GuardObject<InitByteNoThreads> { argument
241 using GuardObject::GuardObject;
300 : GuardObject<InitByteGlobalMutex<Mutex, CondVar, global_mutex, global_cond,
303 using BaseT = typename InitByteGlobalMutex::GuardObject;
[all …]