Mercurial > cgi-bin > hgwebdir.cgi > VMS > VMS_Implementations > VMS_impls > VMS__MC_shared_impl
diff VMS.h @ 59:407f8ede98b4
minor -- made workStealingGares single start in VMS.h
| author | Me |
|---|---|
| date | Sun, 07 Nov 2010 06:51:34 -0800 |
| parents | 26d53313a8f2 |
| children | 7b799a46cc87 |
line diff
1.1 --- a/VMS.h Thu Nov 04 18:32:28 2010 -0700 1.2 +++ b/VMS.h Sun Nov 07 06:51:34 2010 -0800 1.3 @@ -219,7 +219,7 @@ 1.4 int32 masterLock; 1.5 1.6 int32 numMasterInARow[NUM_CORES];//detect back-to-back masterVP 1.7 - GateStruc **workStealingGates[ NUM_CORES ]; //concurrent work-steal 1.8 + GateStruc *workStealingGates[ NUM_CORES ]; //concurrent work-steal 1.9 int32 workStealingLock; 1.10 1.11 int32 numProcrsCreated; //gives ordering to processor creation
