Changeset 3217 in Sophya for trunk/SophyaLib/SysTools/zthread.cc
- Timestamp:
- Apr 12, 2007, 3:52:20 PM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/SophyaLib/SysTools/zthread.cc
r3209 r3217 231 231 CheckSt(rc,"ZMutex::~ZMutex() Pb pthread_mutex_destroy"); 232 232 rc = pthread_cond_destroy(_condv); 233 CheckSt(rc,"ZMutex::~ZMutex() Pb pthread_cond_destr y");233 CheckSt(rc,"ZMutex::~ZMutex() Pb pthread_cond_destroy"); 234 234 delete _mutx; 235 235 delete _condv;
Note:
See TracChangeset
for help on using the changeset viewer.