#include <XrdSysPthread.hh>
§ XrdSysThread()
XrdSysThread::XrdSysThread |
( |
| ) |
|
|
inline |
§ ~XrdSysThread()
XrdSysThread::~XrdSysThread |
( |
| ) |
|
|
inline |
§ Cancel()
static int XrdSysThread::Cancel |
( |
pthread_t |
tid | ) |
|
|
inlinestatic |
§ CancelPoint()
static void XrdSysThread::CancelPoint |
( |
| ) |
|
|
inlinestatic |
§ Detach()
static int XrdSysThread::Detach |
( |
pthread_t |
tid | ) |
|
|
inlinestatic |
§ ID()
static pthread_t XrdSysThread::ID |
( |
void |
| ) |
|
|
inlinestatic |
§ Join()
static int XrdSysThread::Join |
( |
pthread_t |
tid, |
|
|
void ** |
ret |
|
) |
| |
|
inlinestatic |
§ Kill()
static int XrdSysThread::Kill |
( |
pthread_t |
tid | ) |
|
|
inlinestatic |
§ Num()
static unsigned long XrdSysThread::Num |
( |
void |
| ) |
|
|
static |
§ Run()
static int XrdSysThread::Run |
( |
pthread_t * |
, |
|
|
void *(*)(void *) |
proc, |
|
|
void * |
arg, |
|
|
int |
opts = 0 , |
|
|
const char * |
desc = 0 |
|
) |
| |
|
static |
§ Same()
static int XrdSysThread::Same |
( |
pthread_t |
t1, |
|
|
pthread_t |
t2 |
|
) |
| |
|
inlinestatic |
§ SetCancelAsynchronous()
static int XrdSysThread::SetCancelAsynchronous |
( |
| ) |
|
|
inlinestatic |
§ SetCancelDeferred()
static int XrdSysThread::SetCancelDeferred |
( |
| ) |
|
|
inlinestatic |
§ SetCancelOff()
static int XrdSysThread::SetCancelOff |
( |
| ) |
|
|
inlinestatic |
§ SetCancelOn()
static int XrdSysThread::SetCancelOn |
( |
| ) |
|
|
inlinestatic |
§ setDebug()
static void XrdSysThread::setDebug |
( |
XrdSysError * |
erp | ) |
|
|
inlinestatic |
§ setStackSize()
static void XrdSysThread::setStackSize |
( |
size_t |
stsz | ) |
|
|
inlinestatic |
§ Signal()
static int XrdSysThread::Signal |
( |
pthread_t |
tid, |
|
|
int |
snum |
|
) |
| |
|
inlinestatic |
§ Wait()
static int XrdSysThread::Wait |
( |
pthread_t |
tid | ) |
|
|
static |
§ eDest
§ stackSize
size_t XrdSysThread::stackSize |
|
staticprivate |
The documentation for this class was generated from the following file: