Searched defs:ReleasableMutexLock (Results 1 – 13 of 13) sorted by relevance
52 using ReleasableMutexLock = absl::ReleasableMutexLock; variable
49 using ReleasableMutexLock = absl::ReleasableMutexLock; variable
950 explicit ReleasableMutexLock(Mutex *mu) ABSL_EXCLUSIVE_LOCK_FUNCTION(mu) in ReleasableMutexLock() function955 explicit ReleasableMutexLock(Mutex *mu, const Condition &cond) in ReleasableMutexLock() function
911 explicit ReleasableMutexLock(Mutex *mu) ABSL_EXCLUSIVE_LOCK_FUNCTION(mu) in ReleasableMutexLock() function916 explicit ReleasableMutexLock(Mutex *mu, const Condition &cond) in ReleasableMutexLock() function
1035 explicit ReleasableMutexLock(Mutex* mu) ABSL_EXCLUSIVE_LOCK_FUNCTION(mu) in ReleasableMutexLock() function1040 explicit ReleasableMutexLock(Mutex* mu, const Condition& cond) in ReleasableMutexLock() function
1034 explicit ReleasableMutexLock(Mutex* mu) ABSL_EXCLUSIVE_LOCK_FUNCTION(mu) in ReleasableMutexLock() function1039 explicit ReleasableMutexLock(Mutex* mu, const Condition& cond) in ReleasableMutexLock() function
55 class SCOPED_LOCKABLE ReleasableMutexLock { class
60 class SCOPED_LOCKABLE ReleasableMutexLock { class