ViewVC Help
View File | Revision Log | Show Annotations | Download File | Root Listing
root/jsr166/jsr166/src/main/java/util/concurrent/Semaphore.java
Revision 1.19 - (view) (download) (annotate) - [select for diffs]
Mon Nov 10 17:31:23 2003 UTC (20 years, 6 months ago) by dl
Branch: MAIN
CVS Tags: JSR166_DEC9_POST_ES_SUBMIT, JSR166_DEC9_PRE_ES_SUBMIT
Changes since 1.18: +5 -5 lines
Diff to previous 1.18
Wording and typo cleanup pass

Revision 1.18 - (view) (download) (annotate) - [select for diffs]
Wed Nov 5 12:50:01 2003 UTC (20 years, 7 months ago) by dl
Branch: MAIN
Changes since 1.17: +1 -1 lines
Diff to previous 1.17
Typo fix

Revision 1.17 - (view) (download) (annotate) - [select for diffs]
Mon Nov 3 18:06:51 2003 UTC (20 years, 7 months ago) by dl
Branch: MAIN
CVS Tags: JSR166_NOV3_FREEZE
Changes since 1.16: +1 -1 lines
Diff to previous 1.16
Avoid self-signal

Revision 1.16 - (view) (download) (annotate) - [select for diffs]
Mon Nov 3 13:49:56 2003 UTC (20 years, 7 months ago) by dl
Branch: MAIN
Changes since 1.15: +544 -124 lines
Diff to previous 1.15
Merged FairSemaphore into Semaphore

Revision 1.15 - (view) (download) (annotate) - [select for diffs]
Sat Nov 1 18:36:04 2003 UTC (20 years, 7 months ago) by dl
Branch: MAIN
Changes since 1.14: +20 -3 lines
Diff to previous 1.14
Reworked PriviligedFutureTask; added Semaphore.reducePermits; moved factories

Revision 1.14 - (view) (download) (annotate) - [select for diffs]
Sat Oct 11 15:37:31 2003 UTC (20 years, 7 months ago) by dl
Branch: MAIN
Changes since 1.13: +1 -1 lines
Diff to previous 1.13
Redeclare some Conditions as ReentrantLock.ConditionObjects

Revision 1.13 - (view) (download) (annotate) - [select for diffs]
Sat Sep 27 12:22:40 2003 UTC (20 years, 8 months ago) by dl
Branch: MAIN
Changes since 1.12: +3 -3 lines
Diff to previous 1.12
Use "unit" instead of "granularity"; add Executors link to first sentence of TPE

Revision 1.12 - (view) (download) (annotate) - [select for diffs]
Fri Sep 26 11:37:11 2003 UTC (20 years, 8 months ago) by dl
Branch: MAIN
Changes since 1.11: +1 -1 lines
Diff to previous 1.11
Spellcheck

Revision 1.11 - (view) (download) (annotate) - [select for diffs]
Sun Aug 31 13:33:14 2003 UTC (20 years, 9 months ago) by dl
Branch: MAIN
Changes since 1.10: +0 -3 lines
Diff to previous 1.10
Removed non-standard tags and misc javadoc cleanup

Revision 1.10 - (view) (download) (annotate) - [select for diffs]
Tue Aug 26 00:09:18 2003 UTC (20 years, 9 months ago) by dholmes
Branch: MAIN
Changes since 1.9: +3 -3 lines
Diff to previous 1.9
In response to Eamonn's comment that "best effort lower bound" is not
defined for waiting times, all such references have been deleted. The
preceding text makes it clear that the time must elapse before the
method will return, and trying to say anything about the maximum waiting
time is pointless. We can still say something to this effect in the package
docs if we want.

Revision 1.9 - (view) (download) (annotate) - [select for diffs]
Mon Aug 25 19:27:58 2003 UTC (20 years, 9 months ago) by dl
Branch: MAIN
Changes since 1.8: +4 -4 lines
Diff to previous 1.8
serialVersionUIDs

Revision 1.8 - (view) (download) (annotate) - [select for diffs]
Fri Aug 8 20:05:07 2003 UTC (20 years, 9 months ago) by tim
Branch: MAIN
Changes since 1.7: +10 -19 lines
Diff to previous 1.7
Scrunched catch, finally, else clauses.

Revision 1.7 - (view) (download) (annotate) - [select for diffs]
Fri Jul 11 13:12:06 2003 UTC (20 years, 10 months ago) by dl
Branch: MAIN
CVS Tags: JSR166_CR1, JSR166_PRELIMINARY_TEST_RELEASE_2
Changes since 1.6: +2 -5 lines
Diff to previous 1.6
Fair semaphores actually fair now.

Revision 1.6 - (view) (download) (annotate) - [select for diffs]
Wed Jul 9 23:23:17 2003 UTC (20 years, 10 months ago) by dl
Branch: MAIN
Changes since 1.5: +5 -2 lines
Diff to previous 1.5
Misc performance tunings

Revision 1.5 - (view) (download) (annotate) - [select for diffs]
Tue Jul 8 00:46:35 2003 UTC (20 years, 11 months ago) by dl
Branch: MAIN
Changes since 1.4: +2 -1 lines
Diff to previous 1.4
Locks in subpackage; fairness params added

Revision 1.4 - (view) (download) (annotate) - [select for diffs]
Tue Jun 24 14:34:49 2003 UTC (20 years, 11 months ago) by dl
Branch: MAIN
Changes since 1.3: +11 -3 lines
Diff to previous 1.3
Added missing javadoc tags; minor reformatting

Revision 1.3 - (view) (download) (annotate) - [select for diffs]
Fri Jun 6 18:42:17 2003 UTC (21 years ago) by dl
Branch: MAIN
CVS Tags: JSR166_PRELIMINARY_TEST_RELEASE_1
Changes since 1.2: +3 -3 lines
Diff to previous 1.2
Added to emulation
Fixed some javadoc format errors

Revision 1.2 - (view) (download) (annotate) - [select for diffs]
Tue May 27 18:14:40 2003 UTC (21 years ago) by dl
Branch: MAIN
CVS Tags: JSR166_PRERELEASE_0_1
Changes since 1.1: +95 -9 lines
Diff to previous 1.1
re-check-in initial implementations

Revision 1.1 - (view) (download) (annotate) - [select for diffs]
Wed May 14 21:30:48 2003 UTC (21 years ago) by tim
Branch: MAIN
Moved main source rooted at . to ./src/main
Moved test source rooted at ./etc/testcases to ./src/test

Convenience Links

Links to HEAD: (view) (download) (annotate) Links to JSR166_DEC9_POST_ES_SUBMIT: (view) (download) (annotate)

Compare Revisions

This form allows you to request diffs between any two revisions of this file. For each of the two "sides" of the diff, select a symbolic revision name using the selection box, or choose 'Use Text Field' and enter a numeric revision.

  Diffs between and
  Type of Diff should be a