Home
last modified time | relevance | path

Searched refs:DebugOnlyLockEnter (Results 1 – 2 of 2) sorted by relevance

/third_party/skia/third_party/externals/abseil-cpp/absl/synchronization/
Dmutex.cc1241 static inline void DebugOnlyLockEnter(Mutex *mu) { in DebugOnlyLockEnter() function
1251 static inline void DebugOnlyLockEnter(Mutex *mu, GraphId id) { in DebugOnlyLockEnter() function
1484 DebugOnlyLockEnter(this, id); in Lock()
1499 DebugOnlyLockEnter(this, id); in ReaderLock()
1507 DebugOnlyLockEnter(this, id); in LockWhen()
1520 DebugOnlyLockEnter(this, id); in LockWhenWithDeadline()
1529 DebugOnlyLockEnter(this, id); in ReaderLockWhen()
1543 DebugOnlyLockEnter(this, id); in ReaderLockWhenWithDeadline()
1608 DebugOnlyLockEnter(this); in TryLock()
1617 DebugOnlyLockEnter(this); in TryLock()
[all …]
/third_party/abseil-cpp/absl/synchronization/
Dmutex.cc1232 static inline void DebugOnlyLockEnter(Mutex *mu) { in DebugOnlyLockEnter() function
1242 static inline void DebugOnlyLockEnter(Mutex *mu, GraphId id) { in DebugOnlyLockEnter() function
1473 DebugOnlyLockEnter(this, id); in Lock()
1488 DebugOnlyLockEnter(this, id); in ReaderLock()
1496 DebugOnlyLockEnter(this, id); in LockWhen()
1509 DebugOnlyLockEnter(this, id); in LockWhenWithDeadline()
1518 DebugOnlyLockEnter(this, id); in ReaderLockWhen()
1532 DebugOnlyLockEnter(this, id); in ReaderLockWhenWithDeadline()
1597 DebugOnlyLockEnter(this); in TryLock()
1606 DebugOnlyLockEnter(this); in TryLock()
[all …]