[cvs] / jsr166 / src / main / java / util / concurrent / Exchanger.java Repository:
ViewVC logotype

Log of /jsr166/src/main/java/util/concurrent/Exchanger.java

Parent Directory Parent Directory


Links to HEAD: (view) (download) (annotate)
Sticky Tag:

Revision 1.44 - (view) (download) (annotate) - [select for diffs]
Thu Apr 20 06:48:13 2006 UTC (3 years, 7 months ago) by jsr166
Branch: MAIN
CVS Tags: HEAD
Changes since 1.43: +7 -7 lines
Diff to previous 1.43
6404123: @link => @linkplain and other minor doc fixes

Revision 1.43 - (view) (download) (annotate) - [select for diffs]
Tue Feb 14 18:08:05 2006 UTC (3 years, 9 months ago) by jsr166
Branch: MAIN
Changes since 1.42: +13 -12 lines
Diff to previous 1.42
minor doc fixes

Revision 1.42 - (view) (download) (annotate) - [select for diffs]
Mon Feb 13 13:27:53 2006 UTC (3 years, 9 months ago) by dl
Branch: MAIN
Changes since 1.41: +1 -1 lines
Diff to previous 1.41
Typo

Revision 1.41 - (view) (download) (annotate) - [select for diffs]
Mon Feb 13 12:38:45 2006 UTC (3 years, 9 months ago) by dl
Branch: MAIN
Changes since 1.40: +6 -5 lines
Diff to previous 1.40
Incorporate review suggestions

Revision 1.40 - (view) (download) (annotate) - [select for diffs]
Mon Feb 13 08:12:10 2006 UTC (3 years, 9 months ago) by jsr166
Branch: MAIN
Changes since 1.39: +4 -4 lines
Diff to previous 1.39
more cosmetic improvements

Revision 1.39 - (view) (download) (annotate) - [select for diffs]
Mon Feb 13 05:29:31 2006 UTC (3 years, 9 months ago) by jsr166
Branch: MAIN
Changes since 1.38: +86 -86 lines
Diff to previous 1.38
doc fixes

Revision 1.38 - (view) (download) (annotate) - [select for diffs]
Sun Feb 12 23:40:23 2006 UTC (3 years, 9 months ago) by dl
Branch: MAIN
Changes since 1.37: +1 -0 lines
Diff to previous 1.37
Add import for LockSupport

Revision 1.37 - (view) (download) (annotate) - [select for diffs]
Sun Feb 12 23:38:59 2006 UTC (3 years, 9 months ago) by dl
Branch: MAIN
Changes since 1.36: +442 -241 lines
Diff to previous 1.36
New contention arena algorithm; fix exchange(null)

Revision 1.36 - (view) (download) (annotate) - [select for diffs]
Tue Feb 7 20:54:24 2006 UTC (3 years, 9 months ago) by jsr166
Branch: MAIN
Changes since 1.35: +0 -1 lines
Diff to previous 1.35
6378729: Remove workaround for 6280605

Revision 1.35 - (view) (download) (annotate) - [select for diffs]
Mon Dec 12 21:41:49 2005 UTC (3 years, 11 months ago) by jsr166
Branch: MAIN
Changes since 1.34: +17 -17 lines
Diff to previous 1.34
whitespace

Revision 1.34 - (view) (download) (annotate) - [select for diffs]
Mon Dec 12 20:05:48 2005 UTC (3 years, 11 months ago) by dl
Branch: MAIN
Changes since 1.33: +107 -67 lines
Diff to previous 1.33
Performance improvements

Revision 1.33 - (view) (download) (annotate) - [select for diffs]
Mon Dec 12 00:04:16 2005 UTC (3 years, 11 months ago) by jsr166
Branch: MAIN
Changes since 1.32: +1 -1 lines
Diff to previous 1.32
whitespace

Revision 1.32 - (view) (download) (annotate) - [select for diffs]
Sat Dec 10 20:09:28 2005 UTC (3 years, 11 months ago) by dl
Branch: MAIN
Changes since 1.31: +39 -10 lines
Diff to previous 1.31
Use same spin control as SynchronousQueue

Revision 1.31 - (view) (download) (annotate) - [select for diffs]
Sun Nov 6 21:34:52 2005 UTC (4 years ago) by jsr166
Branch: MAIN
Changes since 1.30: +11 -11 lines
Diff to previous 1.30
doc fixes

Revision 1.30 - (view) (download) (annotate) - [select for diffs]
Sun Nov 6 15:30:24 2005 UTC (4 years ago) by dl
Branch: MAIN
Changes since 1.29: +35 -26 lines
Diff to previous 1.29
Incorporate review suggestions

Revision 1.29 - (view) (download) (annotate) - [select for diffs]
Fri Sep 16 03:59:07 2005 UTC (4 years, 2 months ago) by jsr166
Branch: MAIN
Changes since 1.28: +7 -8 lines
Diff to previous 1.28
doc fixes

Revision 1.28 - (view) (download) (annotate) - [select for diffs]
Wed Sep 14 23:48:52 2005 UTC (4 years, 2 months ago) by dl
Branch: MAIN
Changes since 1.27: +4 -4 lines
Diff to previous 1.27
Clarify class summary

Revision 1.27 - (view) (download) (annotate) - [select for diffs]
Wed Sep 14 21:45:12 2005 UTC (4 years, 2 months ago) by jsr166
Branch: MAIN
Changes since 1.26: +6 -7 lines
Diff to previous 1.26
happens-before

Revision 1.26 - (view) (download) (annotate) - [select for diffs]
Mon Sep 12 19:23:30 2005 UTC (4 years, 2 months ago) by jsr166
Branch: MAIN
Changes since 1.25: +1 -1 lines
Diff to previous 1.25
stutter

Revision 1.25 - (view) (download) (annotate) - [select for diffs]
Thu Sep 8 21:58:22 2005 UTC (4 years, 2 months ago) by jsr166
Branch: MAIN
Changes since 1.24: +4 -4 lines
Diff to previous 1.24
whitespace

Revision 1.24 - (view) (download) (annotate) - [select for diffs]
Thu Sep 8 00:04:00 2005 UTC (4 years, 2 months ago) by dl
Branch: MAIN
Changes since 1.23: +1 -1 lines
Diff to previous 1.23
Edit pass for happens-before descriptions

Revision 1.23 - (view) (download) (annotate) - [select for diffs]
Fri Sep 2 03:03:17 2005 UTC (4 years, 2 months ago) by brian
Branch: MAIN
Changes since 1.22: +7 -4 lines
Diff to previous 1.22
More tweaks to HB markup

Revision 1.22 - (view) (download) (annotate) - [select for diffs]
Fri Sep 2 01:03:08 2005 UTC (4 years, 2 months ago) by brian
Branch: MAIN
Changes since 1.21: +5 -0 lines
Diff to previous 1.21
Happens-before markup

Revision 1.21 - (view) (download) (annotate) - [select for diffs]
Sun Jun 19 23:13:42 2005 UTC (4 years, 5 months ago) by jsr166
Branch: MAIN
Changes since 1.20: +2 -1 lines
Diff to previous 1.20
doc fixes

Revision 1.20 - (view) (download) (annotate) - [select for diffs]
Mon Jun 13 18:41:34 2005 UTC (4 years, 5 months ago) by dl
Branch: MAIN
Changes since 1.19: +2 -0 lines
Diff to previous 1.19
Add serial ids

Revision 1.19 - (view) (download) (annotate) - [select for diffs]
Fri May 13 00:03:15 2005 UTC (4 years, 6 months ago) by jsr166
Branch: MAIN
Changes since 1.18: +1 -1 lines
Diff to previous 1.18
whitespace changes

Revision 1.18 - (view) (download) (annotate) - [select for diffs]
Sun May 8 21:50:03 2005 UTC (4 years, 6 months ago) by dl
Branch: MAIN
Changes since 1.17: +8 -11 lines
Diff to previous 1.17
Simplify a loop

Revision 1.17 - (view) (download) (annotate) - [select for diffs]
Mon May 2 03:41:20 2005 UTC (4 years, 6 months ago) by jsr166
Branch: MAIN
Changes since 1.16: +10 -8 lines
Diff to previous 1.16
doc fixes

Revision 1.16 - (view) (download) (annotate) - [select for diffs]
Sun May 1 11:48:44 2005 UTC (4 years, 6 months ago) by dl
Branch: MAIN
Changes since 1.15: +197 -75 lines
Diff to previous 1.15
Replace algorithm with more scalable one that also fixes timeout bug

Revision 1.15 - (view) (download) (annotate) - [select for diffs]
Tue Apr 26 01:17:18 2005 UTC (4 years, 6 months ago) by jsr166
Branch: MAIN
Changes since 1.14: +28 -30 lines
Diff to previous 1.14
doc fixes

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

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

Revision 1.12 - (view) (download) (annotate) - [select for diffs]
Sun Dec 21 14:55:52 2003 UTC (5 years, 11 months ago) by dl
Branch: MAIN
Changes since 1.11: +4 -4 lines
Diff to previous 1.11
Documentation improvements

Revision 1.11 - (view) (download) (annotate) - [select for diffs]
Sat Oct 18 12:29:33 2003 UTC (6 years, 1 month ago) by dl
Branch: MAIN
CVS Tags: JSR166_DEC9_POST_ES_SUBMIT, JSR166_DEC9_PRE_ES_SUBMIT, JSR166_NOV3_FREEZE
Changes since 1.10: +1 -0 lines
Diff to previous 1.10
Added docs for type params

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

Revision 1.9 - (view) (download) (annotate) - [select for diffs]
Sun Aug 31 13:33:13 2003 UTC (6 years, 2 months ago) by dl
Branch: MAIN
Changes since 1.8: +5 -10 lines
Diff to previous 1.8
Removed non-standard tags and misc javadoc cleanup

Revision 1.8 - (view) (download) (annotate) - [select for diffs]
Tue Aug 26 00:09:18 2003 UTC (6 years, 2 months ago) by dholmes
Branch: MAIN
Changes since 1.7: +2 -2 lines
Diff to previous 1.7
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.7 - (view) (download) (annotate) - [select for diffs]
Fri Aug 8 20:05:07 2003 UTC (6 years, 3 months ago) by tim
Branch: MAIN
Changes since 1.6: +7 -12 lines
Diff to previous 1.6
Scrunched catch, finally, else clauses.

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

Revision 1.5 - (view) (download) (annotate) - [select for diffs]
Wed Jul 9 23:23:17 2003 UTC (6 years, 4 months ago) by dl
Branch: MAIN
CVS Tags: JSR166_PRELIMINARY_TEST_RELEASE_2
Changes since 1.4: +18 -6 lines
Diff to previous 1.4
Misc performance tunings

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

Revision 1.3 - (view) (download) (annotate) - [select for diffs]
Tue Jun 24 14:34:47 2003 UTC (6 years, 5 months ago) by dl
Branch: MAIN
Changes since 1.2: +10 -4 lines
Diff to previous 1.2
Added missing javadoc tags; minor reformatting

Revision 1.2 - (view) (download) (annotate) - [select for diffs]
Tue May 27 18:14:40 2003 UTC (6 years, 5 months ago) by dl
Branch: MAIN
CVS Tags: JSR166_PRELIMINARY_TEST_RELEASE_1, JSR166_PRERELEASE_0_1
Changes since 1.1: +86 -4 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:46 2003 UTC (6 years, 6 months ago) by tim
Branch: MAIN
Moved main source rooted at . to ./src/main
Moved test source rooted at ./etc/testcases to ./src/test

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

Sort log by:

Doug Lea
ViewVC Help
Powered by ViewVC 1.0.8