diff VMS.h @ 214:64737d3deeb4

Cleanup system measurement macros
author Some Random Person <seanhalle@yahoo.com>
date Fri, 09 Mar 2012 10:46:36 -0800
parents a18539c0bc37
children 10a72bcedbf0
line diff
     1.1 --- a/VMS.h	Wed Mar 07 22:53:50 2012 -0800
     1.2 +++ b/VMS.h	Fri Mar 09 10:46:36 2012 -0800
     1.3 @@ -219,6 +219,8 @@
     1.4  
     1.5  volatile MasterEnv      *_VMSMasterEnv __align_to_cacheline__;
     1.6  
     1.7 +pthread_mutex_t suspendLock = PTHREAD_MUTEX_INITIALIZER;
     1.8 +pthread_cond_t  suspend_cond  = PTHREAD_COND_INITIALIZER;
     1.9  
    1.10  //=========================  Function Prototypes  ===========================
    1.11