Searched defs:IsLocked (Results 1 – 11 of 11) sorted by relevance
52 bool InstallAttributesReader::IsLocked() { in IsLocked() function in InstallAttributesReader
106 bool CriticalSection::IsLocked() const { in IsLocked() function in rtc::CriticalSection
112 bool IsLocked() const { return locked_; } in IsLocked() function
31 bool IsLocked() { in IsLocked() function in MessageQueueTest
307 TEST(CriticalSectionTest, IsLocked) { in TEST() argument
46 bool IsLocked() const { return !!m_LockCount; } in IsLocked() function
113 bool IsLocked() const { return !!m_LockCount; } in IsLocked() function
92 bool IsLocked() const { return m_bLocked; } in IsLocked() function
140 bool IsLocked() const { return m_iLock > 0; } in IsLocked() function
48 bool Locker::IsLocked(v8::Isolate* isolate) { in IsLocked() function in v8::Locker
83 def IsLocked(self): member in LockDescription