#include <XrdClientThread.hh>
Collaboration diagram for XrdClientThread:
Public Member Functions | |
XrdClientThread (VoidRtnFunc_t fn) | |
virtual | ~XrdClientThread () |
int | Cancel () |
int | Run (void *arg=0) |
int | Detach () |
int | Join (void **ret=0) |
int | SetCancelOn () |
int | SetCancelOff () |
int | SetCancelAsynchronous () |
int | SetCancelDeferred () |
void | CancelPoint () |
int | MaskSignal (int snum=0, bool block=1) |
Public Attributes | |
XrdClientThread::XrdClientThreadArgs | fArg |
Private Types | |
typedef void *(* | VoidRtnFunc_t )(void *, XrdClientThread *) |
Private Attributes | |
pthread_t | fThr |
VoidRtnFunc_t | ThreadFunc |
Friends | |
void * | XrdClientThreadDispatcher (void *) |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|