Changeset 2759 in Sophya for trunk/SophyaLib/SysTools/zthread.cc
- Timestamp:
- May 24, 2005, 6:29:28 PM (20 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/SophyaLib/SysTools/zthread.cc
r2615 r2759 138 138 of the POSIX threads. 139 139 The ZMutex objects should be used to control acces from different threads 140 to common objects through the \b lock() and \b unlock() methods. 140 to common objects through the \b lock() and \b unlock() methods. 141 When the \b signal() method is called, one of the waiting threads 142 on the corresponding mutex object (\b ZMutex::wait()) is awakened. 143 All waiting threads on the mutex object are awakened when \b broadcast() 144 is called. 141 145 \sa SOPHYA::ZSync 142 146 */
Note:
See TracChangeset
for help on using the changeset viewer.