Searched refs:GuardObject (Results 1 – 1 of 1) sorted by relevance
185 struct GuardObject { struct186 GuardObject() = delete;187 GuardObject(GuardObject const&) = delete;188 GuardObject& operator=(GuardObject const&) = delete; argument190 explicit GuardObject(uint32_t* g) in GuardObject() function195 explicit GuardObject(uint64_t* g) in GuardObject() function240 struct InitByteNoThreads : GuardObject<InitByteNoThreads> { argument241 using GuardObject::GuardObject;300 : GuardObject<InitByteGlobalMutex<Mutex, CondVar, global_mutex, global_cond,303 using BaseT = typename InitByteGlobalMutex::GuardObject;[all …]