#include <pthread.h>
#include <signal.h>
#include "XrdClient/XrdClientThread.hh"
Go to the source code of this file.
Functions | |
void * | XrdClientThreadDispatcher (void *arg) |
Variables | |
const char * | XrdClientThreadCVSID = "$Id: XrdClientThread.cc 22437 2008-03-04 14:35:16Z rdm $" |
void* XrdClientThreadDispatcher | ( | void * | arg | ) |
Definition at line 20 of file XrdClientThread.cc.
References XrdClientThread::XrdClientThreadArgs::arg, XrdClientThread::SetCancelDeferred(), XrdClientThread::SetCancelOn(), XrdClientThread::ThreadFunc, and XrdClientThread::XrdClientThreadArgs::threadobj.
const char* XrdClientThreadCVSID = "$Id: XrdClientThread.cc 22437 2008-03-04 14:35:16Z rdm $" |
Definition at line 12 of file XrdClientThread.cc.