Changeset 2598 in Sophya for trunk/SophyaLib/SysTools/zthread.cc


Ignore:
Timestamp:
Aug 11, 2004, 3:10:25 PM (21 years ago)
Author:
ansari
Message:

Documentation (ajoutee ou completee) pour les classes du module SysTools - Reza 11 Aout 2004

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/SophyaLib/SysTools/zthread.cc

    r2487 r2598  
    99  \class SOPHYA::ZThread
    1010  \ingroup SysTools
     11  \brief Simple class for creating and controlling threads.
     12
    1113  This class provides an interface for creating and controlling threads.
    1214  The implementation uses the POSIX thread interface.
     
    130132  \class SOPHYA::ZMutex
    131133  \ingroup SysTools
     134  \brief Wrapper for Mutex objects.
     135
    132136  This class implements an interface to the Mutual Exclusion objects
    133137  of the POSIX threads.
     
    161165  \class SOPHYA::ZSync
    162166  \ingroup SysTools
     167  \brief Wrapper/utility class ensuring synchronised execution of an instruction bloc.
     168
    163169  This class can be used to insure that the execution of a given
    164170  part of the code is synchronised, i.e. only a single thread
Note: See TracChangeset for help on using the changeset viewer.