SST/macro
sstmac_pthread_clear.h
Go to the documentation of this file.
1 
2 #ifdef SSTMAC_PTHREAD_MACRO_H
3 //if sstmac pthread included, clear it
5 #define PTHREAD_MUTEX_INITIALIZER { { 0, 0, 0, 0, 0, 0, 0, { 0, 0 } } }
6 #define PTHREAD_COND_INITIALIZER { { 0, 0, 0, 0, 0, (void *) 0, 0, 0 } }
7 #endif