Changeset 2598 in Sophya for trunk/SophyaLib/SysTools/zthread.cc
- Timestamp:
- Aug 11, 2004, 3:10:25 PM (21 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/SophyaLib/SysTools/zthread.cc
r2487 r2598 9 9 \class SOPHYA::ZThread 10 10 \ingroup SysTools 11 \brief Simple class for creating and controlling threads. 12 11 13 This class provides an interface for creating and controlling threads. 12 14 The implementation uses the POSIX thread interface. … … 130 132 \class SOPHYA::ZMutex 131 133 \ingroup SysTools 134 \brief Wrapper for Mutex objects. 135 132 136 This class implements an interface to the Mutual Exclusion objects 133 137 of the POSIX threads. … … 161 165 \class SOPHYA::ZSync 162 166 \ingroup SysTools 167 \brief Wrapper/utility class ensuring synchronised execution of an instruction bloc. 168 163 169 This class can be used to insure that the execution of a given 164 170 part of the code is synchronised, i.e. only a single thread
Note:
See TracChangeset
for help on using the changeset viewer.