TThreadImp


class description - source file - inheritance tree

class TThreadImp : public TObject


    public:
virtual void ~TThreadImp() virtual Int_t CancelPoint() static TClass* Class() virtual Int_t CleanUp(void** main) virtual Int_t CleanUpPop(void** main, Int_t exe) virtual Int_t CleanUpPush(void** main, void* free, void* arg) virtual Int_t Exit(void* ret) virtual Int_t GetTime(ULong_t* absSec, ULong_t* absNanoSec) virtual TClass* IsA() const virtual Int_t Join(Long_t jid, void** ret) virtual Int_t Kill(TThread* th) virtual Int_t Run(TThread* th) virtual Long_t SelfId() virtual Int_t SetCancelAsynchronous() virtual Int_t SetCancelDeferred() virtual Int_t SetCancelOff() virtual Int_t SetCancelOn() virtual void ShowMembers(TMemberInspector& insp, char* parent) virtual Int_t Sleep(ULong_t secs, ULong_t nanos = 0) virtual void Streamer(TBuffer& b) void StreamerNVirtual(TBuffer& b)

Data Members





See also

TPosixThread

Class Description

                                                                      
 TThreadImp                                                           
                                                                      
 This class implements threads. A thread is an execution environment  
 much lighter than a process. A single process can have multiple      
 threads. The actual work is done via the TThreadImp class (either    
 TThreadPosix, TThreadSolaris or TThreadNT).                          
                                                                      




Inline Functions


              Int_t Join(Long_t jid, void** ret)
             Long_t SelfId()
              Int_t Run(TThread* th)
              Int_t Kill(TThread* th)
              Int_t SetCancelOff()
              Int_t SetCancelOn()
              Int_t SetCancelAsynchronous()
              Int_t SetCancelDeferred()
              Int_t CancelPoint()
              Int_t CleanUpPush(void** main, void* free, void* arg)
              Int_t CleanUpPop(void** main, Int_t exe)
              Int_t CleanUp(void** main)
              Int_t Exit(void* ret)
              Int_t Sleep(ULong_t secs, ULong_t nanos = 0)
              Int_t GetTime(ULong_t* absSec, ULong_t* absNanoSec)
            TClass* Class()
            TClass* IsA() const
               void ShowMembers(TMemberInspector& insp, char* parent)
               void Streamer(TBuffer& b)
               void StreamerNVirtual(TBuffer& b)
               void ~TThreadImp()


Author: Victor Perev 10/08/97
Last update: root/thread:$Name: $:$Id: TThreadImp.cxx,v 1.2 2001/04/03 10:40:24 rdm Exp $
Copyright (C) 1995-2000, Rene Brun and Fons Rademakers. *


ROOT page - Class index - Top of the page

This page has been automatically generated. If you have any comments or suggestions about the page layout send a mail to ROOT support, or contact the developers with any questions or problems regarding ROOT.