Changeset 2943 in Sophya for trunk/SophyaLib/SysTools/zthread.h


Ignore:
Timestamp:
Apr 26, 2006, 5:22:09 PM (19 years ago)
Author:
ansari
Message:

ajout methode ZThread::kill() pour envoi de signal a un thread + remplacement CancelThread par StopThread (par kill/SIGUSR1) dans Commander (commander.cc) + amelioration documentation , Reza 26/4/2006

File:
1 edited

Legend:

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

    r2759 r2943  
    3131  void          start();
    3232  void          cancel();
    33   inline void   stop() { cancel(); }
     33  void          kill(int sig);
    3434
    3535  void          join();
Note: See TracChangeset for help on using the changeset viewer.