Mercurial > cgi-bin > hgwebdir.cgi > VMS > VMS_Implementations > VMS_impls > VMS__MC_shared_impl
diff VMS.h @ 71:5ff1631c26ed
working O3 version
| author | Merten Sach <msach@mailbox.tu-berlin.de> |
|---|---|
| date | Mon, 30 May 2011 18:28:41 +0200 |
| parents | 11bfe9d136ed |
| children | d8f12351f7cc |
line diff
1.1 --- a/VMS.h Wed May 11 16:13:24 2011 +0200 1.2 +++ b/VMS.h Mon May 30 18:28:41 2011 +0200 1.3 @@ -229,7 +229,7 @@ 1.4 void *coreLoopEndPt; //addr to jump to to shut down a coreLoop 1.5 1.6 int32 setupComplete; 1.7 - int32 masterLock; 1.8 + volatile int32 masterLock; 1.9 1.10 int32 numMasterInARow[NUM_CORES];//detect back-to-back masterVP 1.11 GateStruc *workStealingGates[ NUM_CORES ]; //concurrent work-steal
