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


Ignore:
Timestamp:
May 24, 2005, 6:29:28 PM (20 years ago)
Author:
ansari
Message:

Amelioration de l'interface ZSync() + ajout commentaires - Reza 24/05/2005

File:
1 edited

Legend:

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

    r2615 r2759  
    138138  of the POSIX threads.
    139139  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.
    141145  \sa SOPHYA::ZSync
    142146*/
Note: See TracChangeset for help on using the changeset viewer.