#include <XrdCpMthrQueue.hh>
Collaboration diagram for XrdCpMthrQueue:
Public Member Functions | |
XrdCpMthrQueue () | |
~XrdCpMthrQueue () | |
int | PutBuffer (void *buf, long long offs, int len) |
int | GetBuffer (void **buf, long long &offs, int &len) |
int | GetLength () |
void | Clear () |
Private Attributes | |
long | fTotSize |
XrdClientVector< XrdCpMessage * > | fMsgQue |
int | fMsgIter |
XrdSysRecMutex | fMutex |
XrdSysSemWait | fReadSem |
XrdSysCondVar | fWriteCnd |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|