Mercurial > cgi-bin > hgwebdir.cgi > VMS > VMS_Implementations > VMS_impls > VMS__MC_shared_impl
diff VMS.h @ 145:e7cd1945c9b6
merge new default version
| author | Merten Sach <msach@mailbox.tu-berlin.de> |
|---|---|
| date | Wed, 21 Sep 2011 16:36:22 +0200 |
| parents | 99798e4438a6 ac41df8d08e9 |
| children | 98fc8f3761a2 |
line diff
1.1 --- a/VMS.h Wed Sep 21 11:51:29 2011 +0200 1.2 +++ b/VMS.h Wed Sep 21 16:36:22 2011 +0200 1.3 @@ -377,11 +377,11 @@ 1.4 #ifdef VPTHREAD 1.5 1.6 //VPThread 1.7 -#define createHistIdx 1 1.8 -#define mutexLockHistIdx 2 1.9 -#define mutexUnlockHistIdx 3 1.10 -#define condWaitHistIdx 4 1.11 -#define condSignalHistIdx 5 1.12 +#define createHistIdx 0 1.13 +#define mutexLockHistIdx 1 1.14 +#define mutexUnlockHistIdx 2 1.15 +#define condWaitHistIdx 3 1.16 +#define condSignalHistIdx 4 1.17 1.18 #define MakeTheMeasHists() \ 1.19 _VMSMasterEnv->measHistsInfo = \
