Mercurial > cgi-bin > hgwebdir.cgi > VMS > VMS_Implementations > VMS_impls > VMS__MC_shared_impl
comparison 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 |
comparison
equal
deleted
inserted
replaced
| 97:197ccbf993bd | 101:27f1469cc11b |
|---|---|
| 217 pthread_mutex_t suspendLock; | 217 pthread_mutex_t suspendLock; |
| 218 pthread_cond_t suspend_cond; | 218 pthread_cond_t suspend_cond; |
| 219 | 219 |
| 220 volatile MasterEnv *_VMSMasterEnv __align_to_cacheline__; | 220 volatile MasterEnv *_VMSMasterEnv __align_to_cacheline__; |
| 221 | 221 |
| 222 pthread_mutex_t suspendLock = PTHREAD_MUTEX_INITIALIZER; | |
| 223 pthread_cond_t suspend_cond = PTHREAD_COND_INITIALIZER; | |
| 222 | 224 |
| 223 //========================= Function Prototypes =========================== | 225 //========================= Function Prototypes =========================== |
| 224 | 226 |
| 225 /* MEANING OF WL PI SS int | 227 /* MEANING OF WL PI SS int |
| 226 * These indicate which places the function is safe to use. They stand for: | 228 * These indicate which places the function is safe to use. They stand for: |
