Searched refs:mutex_owner_ (Results 1 – 2 of 2) sorted by relevance
94 static bool IsLockedByCurrentThread() { return mutex_owner_.IsSelf(); } in IsLockedByCurrentThread()108 static ThreadHandle mutex_owner_; variable
167 mutex_owner_.Initialize(ThreadHandle::SELF); in Lock()173 mutex_owner_.Initialize(ThreadHandle::INVALID); in Unlock()249 ThreadHandle ThreadManager::mutex_owner_(ThreadHandle::INVALID);