20 #ifndef THREAD_MUTEX_H 21 #define THREAD_MUTEX_H 23 #ifndef SHEAF_DLL_SPEC_H 24 #include "SheafSystem/sheaf_dll_spec.h" 28 #include "SheafSystem/pthread.h" 36 class SHEAF_DLL_SPEC thread_mutex
43 pthread_mutex_t pthread_mutex;
44 pthread_mutexattr_t pthread_mutexattr;
53 pthread_mutex_t *get_pthread_mutex();
58 bool invariant()
const;
95 #endif // ifndef THREAD_MUTEX_H Namespace for the sheaves component of the sheaf system.