ViewVC Help
View File | Revision Log | Show Annotations | Download File | Root Listing
root/jsr166/jsr166/src/main/java/util/concurrent/ReentrantLock.java
Revision 1.20
Tue Jul 8 00:46:34 2003 UTC (20 years, 10 months ago) by dl
Branch: MAIN
CVS Tags: HEAD
Changes since 1.19: +1 -1 lines
FILE REMOVED
Locks in subpackage; fairness params added

Revision 1.19 - (view) (download) (annotate) - [select for diffs]
Tue Jul 1 16:29:52 2003 UTC (20 years, 10 months ago) by dl
Branch: MAIN
Changes since 1.18: +45 -49 lines
Diff to previous 1.18
Misc minor tunings

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

Revision 1.17 - (view) (download) (annotate) - [select for diffs]
Thu Jun 26 23:05:13 2003 UTC (20 years, 10 months ago) by dl
Branch: MAIN
Changes since 1.16: +2 -6 lines
Diff to previous 1.16
Avoid an unnecessary call to currentThread

Revision 1.16 - (view) (download) (annotate) - [select for diffs]
Thu Jun 26 10:47:35 2003 UTC (20 years, 10 months ago) by dl
Branch: MAIN
Changes since 1.15: +3 -3 lines
Diff to previous 1.15
Added "Concurrent" prefixes

Revision 1.15 - (view) (download) (annotate) - [select for diffs]
Thu Jun 26 05:50:50 2003 UTC (20 years, 10 months ago) by dholmes
Branch: MAIN
Changes since 1.14: +17 -10 lines
Diff to previous 1.14
Updated RI specific docs to indicate interrupt semantics for the lock
and its associated conditions.

Revision 1.14 - (view) (download) (annotate) - [select for diffs]
Tue Jun 24 14:34:48 2003 UTC (20 years, 10 months ago) by dl
Branch: MAIN
Changes since 1.13: +40 -30 lines
Diff to previous 1.13
Added missing javadoc tags; minor reformatting

Revision 1.13 - (view) (download) (annotate) - [select for diffs]
Wed Jun 11 23:06:34 2003 UTC (20 years, 11 months ago) by dholmes
Branch: MAIN
Changes since 1.12: +21 -17 lines
Diff to previous 1.12
Updated interrupt semantics

Revision 1.12 - (view) (download) (annotate) - [select for diffs]
Wed Jun 11 13:17:20 2003 UTC (20 years, 11 months ago) by dl
Branch: MAIN
Changes since 1.11: +5 -7 lines
Diff to previous 1.11
Removed automatic queue removal on cancel; Added TPE purge; Fixed RL typo

Revision 1.11 - (view) (download) (annotate) - [select for diffs]
Wed Jun 11 02:22:14 2003 UTC (20 years, 11 months ago) by dholmes
Branch: MAIN
Changes since 1.10: +2 -6 lines
Diff to previous 1.10
Removed @fixme re interrupt semantics. Lock is being fixed.

Revision 1.10 - (view) (download) (annotate) - [select for diffs]
Wed Jun 11 02:09:28 2003 UTC (20 years, 11 months ago) by dl
Branch: MAIN
Changes since 1.9: +11 -6 lines
Diff to previous 1.9
Clear interrupt in lockInterruptibly

Revision 1.9 - (view) (download) (annotate) - [select for diffs]
Tue Jun 10 00:04:53 2003 UTC (20 years, 11 months ago) by dholmes
Branch: MAIN
Changes since 1.8: +16 -10 lines
Diff to previous 1.8
Fixed typos.

Added fixme's as reminders for interrupt semantics.

Revision 1.8 - (view) (download) (annotate) - [select for diffs]
Mon Jun 9 02:32:05 2003 UTC (20 years, 11 months ago) by dl
Branch: MAIN
Changes since 1.7: +12 -16 lines
Diff to previous 1.7
New ScheduledExecuor methods; minor javadoc cleanup

Revision 1.7 - (view) (download) (annotate) - [select for diffs]
Sat Jun 7 17:10:36 2003 UTC (20 years, 11 months ago) by dl
Branch: MAIN
CVS Tags: JSR166_PRELIMINARY_TEST_RELEASE_1
Changes since 1.6: +9 -12 lines
Diff to previous 1.6
Made comments match code

Revision 1.6 - (view) (download) (annotate) - [select for diffs]
Sat Jun 7 16:06:02 2003 UTC (20 years, 11 months ago) by dl
Branch: MAIN
Changes since 1.5: +76 -114 lines
Diff to previous 1.5
Replaced status values with booleans to simplify

Revision 1.5 - (view) (download) (annotate) - [select for diffs]
Fri Jun 6 18:42:17 2003 UTC (20 years, 11 months ago) by dl
Branch: MAIN
Changes since 1.4: +5 -11 lines
Diff to previous 1.4
Added to emulation
Fixed some javadoc format errors

Revision 1.4 - (view) (download) (annotate) - [select for diffs]
Fri Jun 6 17:51:49 2003 UTC (20 years, 11 months ago) by dl
Branch: MAIN
Changes since 1.3: +8 -10 lines
Diff to previous 1.3
Added emulation versions of AtomicInteger*
First of some minor tweaks to take advantage of node subclass structure

Revision 1.3 - (view) (download) (annotate) - [select for diffs]
Fri Jun 6 16:53:05 2003 UTC (20 years, 11 months ago) by dl
Branch: MAIN
Changes since 1.2: +146 -130 lines
Diff to previous 1.2
Minor doc updates; FairReentrantLock serialize now

Revision 1.2 - (view) (download) (annotate) - [select for diffs]
Tue May 27 18:14:40 2003 UTC (20 years, 11 months ago) by dl
Branch: MAIN
CVS Tags: JSR166_PRERELEASE_0_1
Changes since 1.1: +965 -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:47 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)

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