ViewVC Help
View File | Revision Log | Show Annotations | Download File | Root Listing
root/jsr166/jsr166/src/main/java/util/concurrent/SynchronousQueue.java
Revision 1.45 - (view) (download) (annotate) - [select for diffs]
Sun Feb 15 00:26:53 2004 UTC (20 years, 3 months ago) by dl
Branch: MAIN
CVS Tags: JSR166_PFD
Changes since 1.44: +1 -1 lines
Diff to previous 1.44
Typo fix

Revision 1.44 - (view) (download) (annotate) - [select for diffs]
Mon Feb 9 13:28:48 2004 UTC (20 years, 3 months ago) by dl
Branch: MAIN
Changes since 1.43: +29 -30 lines
Diff to previous 1.43
Wording fixes and improvements

Revision 1.43 - (view) (download) (annotate) - [select for diffs]
Sun Feb 8 15:35:10 2004 UTC (20 years, 3 months ago) by dl
Branch: MAIN
Changes since 1.42: +138 -73 lines
Diff to previous 1.42
Wording cleanups; Improve SynchronousQueue serialization and fairness support

Revision 1.42 - (view) (download) (annotate) - [select for diffs]
Tue Jan 27 11:36:31 2004 UTC (20 years, 4 months ago) by dl
Branch: MAIN
Changes since 1.41: +5 -0 lines
Diff to previous 1.41
Add Collection framework membership doc

Revision 1.41 - (view) (download) (annotate) - [select for diffs]
Wed Jan 21 15:20:35 2004 UTC (20 years, 4 months ago) by dl
Branch: MAIN
Changes since 1.40: +2 -2 lines
Diff to previous 1.40
doc improvements; consistent conventions for nested classes

Revision 1.40 - (view) (download) (annotate) - [select for diffs]
Tue Jan 20 04:35:02 2004 UTC (20 years, 4 months ago) by dl
Branch: MAIN
Changes since 1.39: +2 -0 lines
Diff to previous 1.39
javadoc lint; Thread.interrupt shouldn't throw exception if thread dead

Revision 1.39 - (view) (download) (annotate) - [select for diffs]
Sun Jan 11 16:02:17 2004 UTC (20 years, 4 months ago) by dl
Branch: MAIN
Changes since 1.38: +11 -11 lines
Diff to previous 1.38
Simplify/shorten AQS method names

Revision 1.38 - (view) (download) (annotate) - [select for diffs]
Fri Jan 9 14:45:17 2004 UTC (20 years, 4 months ago) by dl
Branch: MAIN
Changes since 1.37: +2 -2 lines
Diff to previous 1.37
Cosmetics

Revision 1.37 - (view) (download) (annotate) - [select for diffs]
Wed Jan 7 01:00:51 2004 UTC (20 years, 5 months ago) by dl
Branch: MAIN
Changes since 1.36: +1 -1 lines
Diff to previous 1.36
replace isFirst param with isFirst method

Revision 1.36 - (view) (download) (annotate) - [select for diffs]
Sun Jan 4 00:56:48 2004 UTC (20 years, 5 months ago) by dl
Branch: MAIN
Changes since 1.35: +8 -6 lines
Diff to previous 1.35
Code walkthrough misc

Revision 1.35 - (view) (download) (annotate) - [select for diffs]
Fri Jan 2 21:02:32 2004 UTC (20 years, 5 months ago) by dl
Branch: MAIN
Changes since 1.34: +157 -104 lines
Diff to previous 1.34
Avoid timeout problems in fair modes; improve AQS method names

Revision 1.34 - (view) (download) (annotate) - [select for diffs]
Fri Jan 2 01:31:12 2004 UTC (20 years, 5 months ago) by dl
Branch: MAIN
Changes since 1.33: +6 -14 lines
Diff to previous 1.33
release relays return value

Revision 1.33 - (view) (download) (annotate) - [select for diffs]
Fri Jan 2 00:38:33 2004 UTC (20 years, 5 months ago) by dl
Branch: MAIN
Changes since 1.32: +16 -41 lines
Diff to previous 1.32
Use ACS in FutureTask; doc improvements

Revision 1.32 - (view) (download) (annotate) - [select for diffs]
Wed Dec 31 21:30:00 2003 UTC (20 years, 5 months ago) by dl
Branch: MAIN
Changes since 1.31: +5 -5 lines
Diff to previous 1.31
AQS API improvements

Revision 1.31 - (view) (download) (annotate) - [select for diffs]
Tue Dec 30 23:55:43 2003 UTC (20 years, 5 months ago) by dl
Branch: MAIN
Changes since 1.30: +112 -111 lines
Diff to previous 1.30
More responsive cancellation

Revision 1.30 - (view) (download) (annotate) - [select for diffs]
Mon Dec 29 19:05:22 2003 UTC (20 years, 5 months ago) by dl
Branch: MAIN
Changes since 1.29: +1 -1 lines
Diff to previous 1.29
spellcheck

Revision 1.29 - (view) (download) (annotate) - [select for diffs]
Sat Dec 27 19:26:26 2003 UTC (20 years, 5 months ago) by dl
Branch: MAIN
Changes since 1.28: +2 -2 lines
Diff to previous 1.28
Headers reference Creative Commons

Revision 1.28 - (view) (download) (annotate) - [select for diffs]
Sat Dec 27 17:19:03 2003 UTC (20 years, 5 months ago) by dl
Branch: MAIN
Changes since 1.27: +1 -1 lines
Diff to previous 1.27
Adapt to AbstractQueuedSynchronizer

Revision 1.27 - (view) (download) (annotate) - [select for diffs]
Tue Dec 23 19:38:09 2003 UTC (20 years, 5 months ago) by dl
Branch: MAIN
Changes since 1.26: +4 -1 lines
Diff to previous 1.26
cache finals across volatiles; avoid readResolve; doc improvments; timed invokeAll interleaves

Revision 1.26 - (view) (download) (annotate) - [select for diffs]
Mon Dec 1 20:26:59 2003 UTC (20 years, 6 months ago) by tim
Branch: MAIN
CVS Tags: JSR166_DEC9_POST_ES_SUBMIT, JSR166_DEC9_PRE_ES_SUBMIT
Changes since 1.25: +1 -1 lines
Diff to previous 1.25
exchanged two lines to improve "transformability"

Revision 1.25 - (view) (download) (annotate) - [select for diffs]
Wed Oct 22 12:08:29 2003 UTC (20 years, 7 months ago) by dl
Branch: MAIN
CVS Tags: JSR166_NOV3_FREEZE
Changes since 1.24: +1 -1 lines
Diff to previous 1.24
Removed unnecessary cast

Revision 1.24 - (view) (download) (annotate) - [select for diffs]
Sun Oct 19 13:38:34 2003 UTC (20 years, 7 months ago) by dl
Branch: MAIN
Changes since 1.23: +1 -1 lines
Diff to previous 1.23
Changed doc strings for generic params

Revision 1.23 - (view) (download) (annotate) - [select for diffs]
Sat Oct 18 12:29:33 2003 UTC (20 years, 7 months ago) by dl
Branch: MAIN
Changes since 1.22: +2 -1 lines
Diff to previous 1.22
Added docs for type params

Revision 1.22 - (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.21: +1 -1 lines
Diff to previous 1.21
Redeclare some Conditions as ReentrantLock.ConditionObjects

Revision 1.21 - (view) (download) (annotate) - [select for diffs]
Sun Oct 5 23:00:18 2003 UTC (20 years, 8 months ago) by dl
Branch: MAIN
Changes since 1.20: +29 -0 lines
Diff to previous 1.20
added drainTo; clarified various exception specs

Revision 1.20 - (view) (download) (annotate) - [select for diffs]
Mon Sep 15 12:02:46 2003 UTC (20 years, 8 months ago) by dl
Branch: MAIN
Changes since 1.19: +2 -2 lines
Diff to previous 1.19
Fix some javadoc inconsistencies

Revision 1.19 - (view) (download) (annotate) - [select for diffs]
Sat Sep 13 18:51:11 2003 UTC (20 years, 8 months ago) by dl
Branch: MAIN
Changes since 1.18: +3 -1 lines
Diff to previous 1.18
Proofreading pass -- many minor adjustments

Revision 1.18 - (view) (download) (annotate) - [select for diffs]
Fri Sep 12 15:40:10 2003 UTC (20 years, 8 months ago) by dl
Branch: MAIN
Changes since 1.17: +73 -64 lines
Diff to previous 1.17
Adapt AbstractQueue changes; Conditionalize CancellableTask.reset; new TimeUnit methods

Revision 1.17 - (view) (download) (annotate) - [select for diffs]
Fri Aug 29 22:38:12 2003 UTC (20 years, 9 months ago) by dl
Branch: MAIN
Changes since 1.16: +1 -1 lines
Diff to previous 1.16
Fix grammar

Revision 1.16 - (view) (download) (annotate) - [select for diffs]
Fri Aug 29 14:12:41 2003 UTC (20 years, 9 months ago) by dl
Branch: MAIN
Changes since 1.15: +3 -3 lines
Diff to previous 1.15
Fix containsAll spec/code to return true if arg empty

Revision 1.15 - (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.14: +1 -0 lines
Diff to previous 1.14
serialVersionUIDs

Revision 1.14 - (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.13: +14 -28 lines
Diff to previous 1.13
Scrunched catch, finally, else clauses.

Revision 1.13 - (view) (download) (annotate) - [select for diffs]
Wed Aug 6 18:22:09 2003 UTC (20 years, 10 months ago) by tim
Branch: MAIN
CVS Tags: JSR166_CR1
Changes since 1.12: +3 -2 lines
Diff to previous 1.12
Fixes to minor errors found by DocCheck

Revision 1.12 - (view) (download) (annotate) - [select for diffs]
Wed Aug 6 10:28:23 2003 UTC (20 years, 10 months ago) by dl
Branch: MAIN
Changes since 1.11: +3 -3 lines
Diff to previous 1.11
Fixed SQ signatures; Fix CLQ.size

Revision 1.11 - (view) (download) (annotate) - [select for diffs]
Wed Aug 6 01:57:53 2003 UTC (20 years, 10 months ago) by dholmes
Branch: MAIN
Changes since 1.10: +150 -16 lines
Diff to previous 1.10
Final major updates to Collection related classes.

Revision 1.10 - (view) (download) (annotate) - [select for diffs]
Sat Jul 26 13:17:51 2003 UTC (20 years, 10 months ago) by tim
Branch: MAIN
Changes since 1.9: +15 -15 lines
Diff to previous 1.9
Default compiler is now 2.2-ea. Some sources are not compatible with 2.0-ea.

Revision 1.9 - (view) (download) (annotate) - [select for diffs]
Sun Jul 13 22:51:51 2003 UTC (20 years, 10 months ago) by dl
Branch: MAIN
CVS Tags: JSR166_PRELIMINARY_TEST_RELEASE_2
Changes since 1.8: +39 -45 lines
Diff to previous 1.8
Improve cancellation support; PBQs now use fair locks

Revision 1.8 - (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.7: +1 -0 lines
Diff to previous 1.7
Locks in subpackage; fairness params added

Revision 1.7 - (view) (download) (annotate) - [select for diffs]
Sat Jun 28 15:33:31 2003 UTC (20 years, 11 months ago) by dl
Branch: MAIN
Changes since 1.6: +42 -36 lines
Diff to previous 1.6
Fixed emulation mode

Revision 1.6 - (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.5: +9 -3 lines
Diff to previous 1.5
Added missing javadoc tags; minor reformatting

Revision 1.5 - (view) (download) (annotate) - [select for diffs]
Sat Jun 7 18:20:21 2003 UTC (21 years ago) by dl
Branch: MAIN
CVS Tags: JSR166_PRELIMINARY_TEST_RELEASE_1
Changes since 1.4: +46 -30 lines
Diff to previous 1.4
Misc documentation updates

Revision 1.4 - (view) (download) (annotate) - [select for diffs]
Sat Jun 7 11:54:20 2003 UTC (21 years ago) by dl
Branch: MAIN
Changes since 1.3: +4 -0 lines
Diff to previous 1.3
More javadoc fixes

Revision 1.3 - (view) (download) (annotate) - [select for diffs]
Thu May 29 13:49:24 2003 UTC (21 years ago) by dl
Branch: MAIN
CVS Tags: JSR166_PRERELEASE_0_1
Changes since 1.2: +1 -1 lines
Diff to previous 1.2
Please the new generics compiler

Revision 1.2 - (view) (download) (annotate) - [select for diffs]
Tue May 27 18:14:40 2003 UTC (21 years ago) by dl
Branch: MAIN
Changes since 1.1: +362 -33 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_PFD: (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