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(Int_t jid, void** ret) virtual Int_t Kill(TThread* th) virtual Int_t Run(TThread* th) virtual Int_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)

Data Members



See also

TPosixThread

Class Description

                                                                      
 ThreadImp                                                         
                                                                      
                                                                      


~TThreadImp()



Inline Functions


              Int_t Join(Int_t jid, void** ret)
              Int_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)


Author: Victor Perev 10/08/97
Last update: root/thread:$Name: $:$Id: TThreadImp.cxx,v 1.1.1.1 2000/05/16 17:00:48 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.