ViewVC Help
View File | Revision Log | Show Annotations | Download File | Root Listing
root/jsr166/jsr166/src/main/java/util/concurrent/Semaphore.java
(Generate patch)

Comparing jsr166/src/main/java/util/concurrent/Semaphore.java (file contents):
Revision 1.68 by jsr166, Wed Dec 31 07:54:14 2014 UTC vs.
Revision 1.69 by jsr166, Sun Jan 4 17:00:55 2015 UTC

# Line 652 | Line 652 | public class Semaphore implements java.i
652       * Returns an estimate of the number of threads waiting to acquire.
653       * The value is only an estimate because the number of threads may
654       * change dynamically while this method traverses internal data
655 <     * structures.  This method is designed for use in monitoring of the
655 >     * structures.  This method is designed for use in monitoring
656       * system state, not for synchronization control.
657       *
658       * @return the estimated number of threads waiting for this lock

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines