Home
last modified time | relevance | path

Searched defs:TryLockWrite (Results 1 – 2 of 2) sorted by relevance

/third_party/skia/m133/third_party/externals/vulkanmemoryallocator/include/
Dvk_mem_alloc.h2861 bool TryLockWrite() { return m_Mutex.try_lock(); } in TryLockWrite() function
2878 bool TryLockWrite() { return TryAcquireSRWLockExclusive(&m_Lock) != FALSE; } in TryLockWrite() function
2893 bool TryLockWrite() { return m_Mutex.TryLock(); } in TryLockWrite() function
/third_party/skia/third_party/vulkanmemoryallocator/include/
Dvk_mem_alloc.h4127 bool TryLockWrite() { return m_Mutex.try_lock(); } in TryLockWrite() function
4144 bool TryLockWrite() { return TryAcquireSRWLockExclusive(&m_Lock) != FALSE; } in TryLockWrite() function
4159 bool TryLockWrite() { return m_Mutex.TryLock(); } in TryLockWrite() function