[cvs] / jsr166 / src / jsr166y / ForkJoinWorkerThread.java Repository:
ViewVC logotype

Log of /jsr166/src/jsr166y/ForkJoinWorkerThread.java

Parent Directory Parent Directory


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

Revision 1.30 - (view) (download) (annotate) - [select for diffs]
Tue Oct 6 19:02:48 2009 UTC (6 weeks, 4 days ago) by jsr166
Branch: MAIN
CVS Tags: HEAD
Changes since 1.29: +6 -2 lines
Diff to previous 1.29
6888149: AtomicReferenceArray causes SIGSEGV -> SEGV_MAPERR error

Revision 1.29 - (view) (download) (annotate) - [select for diffs]
Thu Aug 6 15:13:54 2009 UTC (3 months, 2 weeks ago) by jsr166
Branch: MAIN
Changes since 1.28: +1 -1 lines
Diff to previous 1.28
whitespace

Revision 1.28 - (view) (download) (annotate) - [select for diffs]
Mon Aug 3 13:40:07 2009 UTC (3 months, 2 weeks ago) by dl
Branch: MAIN
Changes since 1.27: +33 -28 lines
Diff to previous 1.27
Update internal algorithm walkthroough

Revision 1.27 - (view) (download) (annotate) - [select for diffs]
Mon Aug 3 13:01:15 2009 UTC (3 months, 2 weeks ago) by dl
Branch: MAIN
Changes since 1.26: +1 -1 lines
Diff to previous 1.26
Spec improvements; isTerminated conforms to TPE; implementation tweaks

Revision 1.26 - (view) (download) (annotate) - [select for diffs]
Sun Aug 2 11:54:31 2009 UTC (3 months, 2 weeks ago) by dl
Branch: MAIN
Changes since 1.25: +2 -1 lines
Diff to previous 1.25
Signature and documentation improvements

Revision 1.25 - (view) (download) (annotate) - [select for diffs]
Sat Aug 1 21:17:11 2009 UTC (3 months, 3 weeks ago) by jsr166
Branch: MAIN
Changes since 1.24: +5 -5 lines
Diff to previous 1.24
@link-ify class summaries

Revision 1.24 - (view) (download) (annotate) - [select for diffs]
Fri Jul 31 19:52:39 2009 UTC (3 months, 3 weeks ago) by jsr166
Branch: MAIN
Changes since 1.23: +1 -1 lines
Diff to previous 1.23
whitespace

Revision 1.23 - (view) (download) (annotate) - [select for diffs]
Fri Jul 31 16:27:08 2009 UTC (3 months, 3 weeks ago) by dl
Branch: MAIN
Changes since 1.22: +34 -7 lines
Diff to previous 1.22
Refactor Adapted tasks into ForkJoinTask; mesh peek/pollNextLocalTask specs and code

Revision 1.22 - (view) (download) (annotate) - [select for diffs]
Wed Jul 29 12:05:55 2009 UTC (3 months, 3 weeks ago) by dl
Branch: MAIN
Changes since 1.21: +1 -1 lines
Diff to previous 1.21
Improve drainTasksTo signature; update example

Revision 1.21 - (view) (download) (annotate) - [select for diffs]
Mon Jul 27 20:57:44 2009 UTC (3 months, 3 weeks ago) by jsr166
Branch: MAIN
Changes since 1.20: +6 -5 lines
Diff to previous 1.20
{@code (true|null)}

Revision 1.20 - (view) (download) (annotate) - [select for diffs]
Sun Jul 26 17:33:37 2009 UTC (3 months, 3 weeks ago) by jsr166
Branch: MAIN
Changes since 1.19: +42 -38 lines
Diff to previous 1.19
Unsafe mechanics

Revision 1.19 - (view) (download) (annotate) - [select for diffs]
Sun Jul 26 05:55:34 2009 UTC (3 months, 4 weeks ago) by jsr166
Branch: MAIN
Changes since 1.18: +4 -6 lines
Diff to previous 1.18
Make field offset fields private

Revision 1.18 - (view) (download) (annotate) - [select for diffs]
Sat Jul 25 00:34:00 2009 UTC (3 months, 4 weeks ago) by jsr166
Branch: MAIN
Changes since 1.17: +3 -3 lines
Diff to previous 1.17
Avoid wildcard imports

Revision 1.17 - (view) (download) (annotate) - [select for diffs]
Fri Jul 24 23:47:01 2009 UTC (3 months, 4 weeks ago) by jsr166
Branch: MAIN
Changes since 1.16: +34 -33 lines
Diff to previous 1.16
Unsafe mechanics

Revision 1.16 - (view) (download) (annotate) - [select for diffs]
Thu Jul 23 23:07:57 2009 UTC (3 months, 4 weeks ago) by jsr166
Branch: MAIN
Changes since 1.15: +11 -10 lines
Diff to previous 1.15
j.u.c. coding standards

Revision 1.15 - (view) (download) (annotate) - [select for diffs]
Thu Jul 23 19:25:45 2009 UTC (4 months ago) by jsr166
Branch: MAIN
Changes since 1.14: +6 -6 lines
Diff to previous 1.14
j.u.c. coding standards

Revision 1.14 - (view) (download) (annotate) - [select for diffs]
Wed Jul 22 20:55:22 2009 UTC (4 months ago) by jsr166
Branch: MAIN
Changes since 1.13: +1 -1 lines
Diff to previous 1.13
whitespace

Revision 1.13 - (view) (download) (annotate) - [select for diffs]
Wed Jul 22 01:36:51 2009 UTC (4 months ago) by jsr166
Branch: MAIN
Changes since 1.12: +2 -0 lines
Diff to previous 1.12
Add @since, @author tags

Revision 1.12 - (view) (download) (annotate) - [select for diffs]
Tue Jul 21 18:11:44 2009 UTC (4 months ago) by jsr166
Branch: MAIN
Changes since 1.11: +9 -9 lines
Diff to previous 1.11
_unsafe => UNSAFE (a constant according to EJ #56)

Revision 1.11 - (view) (download) (annotate) - [select for diffs]
Tue Jul 21 00:15:14 2009 UTC (4 months ago) by jsr166
Branch: MAIN
Changes since 1.10: +30 -19 lines
Diff to previous 1.10
j.u.c. coding standards

Revision 1.10 - (view) (download) (annotate) - [select for diffs]
Mon Jul 20 23:07:43 2009 UTC (4 months ago) by jsr166
Branch: MAIN
Changes since 1.9: +7 -7 lines
Diff to previous 1.9
third person in first sentence

Revision 1.9 - (view) (download) (annotate) - [select for diffs]
Mon Jul 20 22:26:03 2009 UTC (4 months ago) by jsr166
Branch: MAIN
Changes since 1.8: +2 -2 lines
Diff to previous 1.8
spelling fixes

Revision 1.8 - (view) (download) (annotate) - [select for diffs]
Mon Jul 20 21:45:06 2009 UTC (4 months ago) by jsr166
Branch: MAIN
Changes since 1.7: +1 -1 lines
Diff to previous 1.7
whitespace

Revision 1.7 - (view) (download) (annotate) - [select for diffs]
Thu Jul 16 15:32:34 2009 UTC (4 months, 1 week ago) by dl
Branch: MAIN
Changes since 1.6: +46 -7 lines
Diff to previous 1.6
Async mode, drainTasks

Revision 1.6 - (view) (download) (annotate) - [select for diffs]
Thu Mar 19 05:10:42 2009 UTC (8 months ago) by jsr166
Branch: MAIN
Changes since 1.5: +40 -21 lines
Diff to previous 1.5
getUnsafe should use doPrivileged

Revision 1.5 - (view) (download) (annotate) - [select for diffs]
Mon Jan 12 17:16:18 2009 UTC (10 months, 1 week ago) by dl
Branch: MAIN
Changes since 1.4: +294 -462 lines
Diff to previous 1.4
Split out ThreadLocalRandom; internal refactoring pass

Revision 1.4 - (view) (download) (annotate) - [select for diffs]
Wed Jan 7 20:51:36 2009 UTC (10 months, 2 weeks ago) by dl
Branch: MAIN
Changes since 1.3: +10 -10 lines
Diff to previous 1.3
getPool nonstatic

Revision 1.3 - (view) (download) (annotate) - [select for diffs]
Wed Jan 7 19:12:36 2009 UTC (10 months, 2 weeks ago) by dl
Branch: MAIN
Changes since 1.2: +15 -25 lines
Diff to previous 1.2
More misc cleanup

Revision 1.2 - (view) (download) (annotate) - [select for diffs]
Wed Jan 7 16:07:37 2009 UTC (10 months, 2 weeks ago) by dl
Branch: MAIN
Changes since 1.1: +53 -163 lines
Diff to previous 1.1
Improved documentaion; moved methods to improve javadoc flow; regularized extension APIs

Revision 1.1 - (view) (download) (annotate) - [select for diffs]
Tue Jan 6 14:30:31 2009 UTC (10 months, 2 weeks ago) by dl
Branch: MAIN
Refactored and repackaged ForkJoin classes

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