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