- Sort Score
- Num 10 results
- Language All
Results 1 - 1 of 1 for getOccupiedDepth (0.06 seconds)
-
android/guava/src/com/google/common/util/concurrent/Monitor.java
/** * Returns the number of times the current thread has entered this monitor in excess of the number * of times it has left. Returns 0 if the current thread is not occupying this monitor. */ public int getOccupiedDepth() { return lock.getHoldCount(); } /** * Returns an estimate of the number of threads waiting to enter this monitor. The value is onlyCreated: Fri Apr 03 12:43:13 GMT 2026 - Last Modified: Wed Jan 28 22:39:02 GMT 2026 - 43.5K bytes - Click Count (0)