TPosixThread


class description - source file - inheritance tree

class TPosixThread : public TThreadImp


    public:
TPosixThread TPosixThread() TPosixThread TPosixThread(TPosixThread&) virtual void ~TPosixThread() 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

private:
public:
TPosixThreadCleanUp* fCleanUp

Class Description

                                                                      
 TPosixThread                                                         
                                                                      
 This class provides an interface to the posix thread routines.       
                                                                      


Int_t Run(TThread *th)

Int_t Join(Long_t jid, void **ret)

Int_t Exit(void *ret)

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)
 pthread_cleanup_push(free, arg);

Int_t CleanUpPop(void **main,Int_t exe)
  pthread_cleanup_pop(exe); // happy pthread future

Int_t CleanUp(void **main)

Long_t SelfId()

Int_t Sleep(ULong_t secs, ULong_t nanos)

Int_t GetTime(ULong_t *absSec, ULong_t *absNanoSec)



Inline Functions


        TPosixThread TPosixThread()
             TClass* Class()
             TClass* IsA() const
                void ShowMembers(TMemberInspector& insp, char* parent)
                void Streamer(TBuffer& b)
                void StreamerNVirtual(TBuffer& b)
        TPosixThread TPosixThread(TPosixThread&)
                void ~TPosixThread()


Author: Fons Rademakers 02/07/97
Last update: root/thread:$Name: $:$Id: TPosixThread.cxx,v 1.4 2001/06/06 13:41:43 brun 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.