Searched defs:ReleasableMutexLock (Results 1 – 4 of 4) sorted by relevance
88 explicit ReleasableMutexLock(Mutex* mu) : mu_(mu->get()) { in ReleasableMutexLock() function91 explicit ReleasableMutexLock(gpr_mu* mu) : mu_(mu) { in ReleasableMutexLock() function
47 using ReleasableMutexLock = absl::ReleasableMutexLock; variable
909 explicit ReleasableMutexLock(Mutex *mu) ABSL_EXCLUSIVE_LOCK_FUNCTION(mu) in ReleasableMutexLock() function914 explicit ReleasableMutexLock(Mutex *mu, const Condition &cond) in ReleasableMutexLock() function
891 explicit ReleasableMutexLock(Mutex *mu) ABSL_EXCLUSIVE_LOCK_FUNCTION(mu) in ReleasableMutexLock() function