Searched refs:GuardObject (Results 1 – 1 of 1) sorted by relevance
546 struct GuardObject { struct547 GuardObject() = delete;548 GuardObject(GuardObject const&) = delete;549 GuardObject& operator=(GuardObject const&) = delete; argument557 explicit GuardObject(uint32_t* raw_guard_object) in GuardObject() argument562 explicit GuardObject(uint64_t* raw_guard_object) in GuardObject() function599 using NoThreadsGuard = GuardObject<InitByteNoThreads>; argument605 using GlobalMutexGuard = GuardObject<InitByteGlobalMutex<Mutex, CondVar, global_mutex, global_cond,…611 using FutexGuard = GuardObject<InitByteFutex<Wait, Wake, GetThreadIDArg>>;