Searched refs:alive_ (Results 1 – 2 of 2) sorted by relevance
94 UserMutex::UserMutex(Type type) : alive_(), type_(type) {} in UserMutex()96 UserMutex::~UserMutex() { CHECK(!alive_); } in ~UserMutex()99 CHECK(!alive_); in Init()100 alive_ = true; in Init()114 CHECK(!alive_); in StaticInit()116 alive_ = true; in StaticInit()122 CHECK(alive_); in Destroy()123 alive_ = false; in Destroy()135 CHECK(alive_); in Lock()147 CHECK(alive_); in TryLock()[all …]
66 bool alive_; variable