Mercurial > cgi-bin > hgwebdir.cgi > VMS > VMS_Implementations > VMS_impls > VMS__MC_shared_impl
comparison 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 |
comparison
equal
deleted
inserted
replaced
| 26:4f3aea7f0678 | 27:66b915959105 |
|---|---|
| 217 | 217 |
| 218 int32 setupComplete; | 218 int32 setupComplete; |
| 219 int32 masterLock; | 219 int32 masterLock; |
| 220 | 220 |
| 221 int32 numMasterInARow[NUM_CORES];//detect back-to-back masterVP | 221 int32 numMasterInARow[NUM_CORES];//detect back-to-back masterVP |
| 222 GateStruc **workStealingGates[ NUM_CORES ]; //concurrent work-steal | 222 GateStruc *workStealingGates[ NUM_CORES ]; //concurrent work-steal |
| 223 int32 workStealingLock; | 223 int32 workStealingLock; |
| 224 | 224 |
| 225 int32 numProcrsCreated; //gives ordering to processor creation | 225 int32 numProcrsCreated; //gives ordering to processor creation |
| 226 | 226 |
| 227 //=========== MEASUREMENT STUFF ============= | 227 //=========== MEASUREMENT STUFF ============= |
