diff VMS.h @ 219:8059fb8d5465

changed name VMS_primitives.s to VMS_primitives_asm.s and fiddled with includes
author Some Random Person <seanhalle@yahoo.com>
date Mon, 12 Mar 2012 05:38:07 -0700
parents 712218cdc4ba
children c88ce1db91ef
line diff
     1.1 --- a/VMS.h	Sat Mar 10 21:48:53 2012 -0800
     1.2 +++ b/VMS.h	Mon Mar 12 05:38:07 2012 -0700
     1.3 @@ -217,7 +217,7 @@
     1.4  
     1.5  pthread_t       coreCtlrThdHandles[ NUM_CORES ];  //pthread's virt-procr state
     1.6  ThdParams      *coreCtlrThdParams [ NUM_CORES ];
     1.7 -pthread_mutex_t suspendLock   = PTHREAD_MUTEX_INITIALIZER;
     1.8 +pthread_mutex_t suspendLock  = PTHREAD_MUTEX_INITIALIZER;
     1.9  pthread_cond_t  suspendCond  = PTHREAD_COND_INITIALIZER;
    1.10  
    1.11  //=========================  Function Prototypes  ===========================
    1.12 @@ -295,7 +295,7 @@
    1.13  
    1.14  inline void
    1.15  VMS_int__point_slaveVP_to_Fn( SlaveVP *slaveVP, TopLevelFnPtr fnPtr,
    1.16 -                            void    *dataParam);
    1.17 +                              void    *dataParam);
    1.18  
    1.19  void
    1.20  VMS_int__dissipate_slaveVP( SlaveVP *slaveToDissipate );