#include <XrdOucSxeq.hh>
Public Member Functions | |
int | Detach () |
int | Release () |
int | Serialize (int Opts=0) |
int | lastError () |
XrdOucSxeq (int sOpts, const char *path) | |
XrdOucSxeq (const char *sfx, const char *sfx1=0, const char *Dir="/tmp/") | |
~XrdOucSxeq () | |
Static Public Member Functions | |
static int | Release (int fileD) |
static int | Serialize (int fileD, int Opts) |
Static Public Attributes | |
static const int | noWait = 0x0001 |
static const int | Share = 0x0002 |
static const int | Unlink = 0x0004 |
static const int | Lock = 0x0008 |
Private Attributes | |
char * | lokFN |
int | lokFD |
int | lokUL |
int | lokRC |
XrdOucSxeq::XrdOucSxeq | ( | int | sOpts, | |
const char * | path | |||
) |
XrdOucSxeq::XrdOucSxeq | ( | const char * | sfx, | |
const char * | sfx1 = 0 , |
|||
const char * | Dir = "/tmp/" | |||
) |
XrdOucSxeq::~XrdOucSxeq | ( | ) |
int XrdOucSxeq::Detach | ( | ) | [inline] |
References lokFD.
Referenced by XrdFrcXLock::Init().
int XrdOucSxeq::lastError | ( | ) | [inline] |
References lokRC.
static int XrdOucSxeq::Release | ( | int | fileD | ) | [static] |
int XrdOucSxeq::Release | ( | ) |
Referenced by XrdFrcXLock::~XrdFrcXLock().
static int XrdOucSxeq::Serialize | ( | int | fileD, | |
int | Opts | |||
) | [static] |
int XrdOucSxeq::Serialize | ( | int | Opts = 0 |
) |
Referenced by XrdFrcXLock::XrdFrcXLock().
const int XrdOucSxeq::Lock = 0x0008 [static] |
int XrdOucSxeq::lokFD [private] |
Referenced by Detach().
char* XrdOucSxeq::lokFN [private] |
int XrdOucSxeq::lokRC [private] |
Referenced by lastError().
int XrdOucSxeq::lokUL [private] |
const int XrdOucSxeq::noWait = 0x0001 [static] |
const int XrdOucSxeq::Share = 0x0002 [static] |
const int XrdOucSxeq::Unlink = 0x0004 [static] |