Mercurial > cgi-bin > hgwebdir.cgi > VMS > VMS_Implementations > VMS_impls > VMS__MC_shared_impl
diff VMS.h @ 227:5c475c4b7b49
works except for shutdown, 'cause Holistic makes idle VPs, counted as live
| author | Some Random Person <seanhalle@yahoo.com> |
|---|---|
| date | Thu, 15 Mar 2012 06:36:37 -0700 |
| parents | ea70fa57776e |
| children | 125f0f90a0d3 f2a7831352dc |
line diff
1.1 --- a/VMS.h Thu Mar 15 05:29:07 2012 -0700 1.2 +++ b/VMS.h Thu Mar 15 06:36:37 2012 -0700 1.3 @@ -156,7 +156,7 @@ 1.4 MallocArrays *freeLists; 1.5 int32 amtOfOutstandingMem; //total currently allocated 1.6 1.7 - int32 setupComplete; 1.8 + int32 setupComplete; //use while starting up coreCtlr 1.9 GateStruc *workStealingGates[ NUM_CORES ]; //concurrent work-steal 1.10 int32 workStealingLock; 1.11
