comparison 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
comparison
equal deleted inserted replaced
108:99b9dc6f074e 109:af7f0eae95a8
154 void *semanticEnv; 154 void *semanticEnv;
155 void *OSEventStruc; //for future, when add I/O to BLIS 155 void *OSEventStruc; //for future, when add I/O to BLIS
156 MallocArrays *freeLists; 156 MallocArrays *freeLists;
157 int32 amtOfOutstandingMem; //total currently allocated 157 int32 amtOfOutstandingMem; //total currently allocated
158 158
159 int32 setupComplete; 159 int32 setupComplete; //use while starting up coreCtlr
160 GateStruc *workStealingGates[ NUM_CORES ]; //concurrent work-steal 160 GateStruc *workStealingGates[ NUM_CORES ]; //concurrent work-steal
161 int32 workStealingLock; 161 int32 workStealingLock;
162 162
163 int32 numSlavesCreated; //gives ordering to processor creation 163 int32 numSlavesCreated; //gives ordering to processor creation
164 int32 numSlavesAlive; //used to detect when to shutdown 164 int32 numSlavesAlive; //used to detect when to shutdown