Changeset 3219 in Sophya for trunk/SophyaLib/SysTools/zthread.h
- Timestamp:
- Apr 12, 2007, 5:15:41 PM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/SophyaLib/SysTools/zthread.h
r3217 r3219 91 91 class ZMutex { 92 92 public: 93 explicit ZMutex( );93 explicit ZMutex(bool fgd=false); 94 94 virtual ~ZMutex(); 95 95 //! Locks the mutex object … … 118 118 pthread_mutex_t * _mutx; 119 119 pthread_cond_t * _condv; 120 bool _fgd; 120 121 }; 121 122
Note:
See TracChangeset
for help on using the changeset viewer.