Changeset 2496 in Sophya for trunk/SophyaLib/SysTools/zthread.h
- Timestamp:
- Feb 3, 2004, 12:05:44 PM (22 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/SophyaLib/SysTools/zthread.h
r2488 r2496 98 98 { 99 99 if (_mtx) { 100 _mtx->unlock();101 100 if (_sigbr == 1) _mtx->signal(); 102 101 else if (_sigbr == 2) _mtx->broadcast(); 102 _mtx->unlock(); 103 103 } 104 104 }
Note:
See TracChangeset
for help on using the changeset viewer.