xrootd
Public Member Functions | Protected Attributes | List of all members
XrdSysMutex Class Reference

#include <XrdSysPthread.hh>

Inheritance diagram for XrdSysMutex:
Inheritance graph
[legend]

Public Member Functions

int CondLock ()
 
void Lock ()
 
void UnLock ()
 
 XrdSysMutex ()
 
 ~XrdSysMutex ()
 

Protected Attributes

pthread_mutex_t cs
 

Constructor & Destructor Documentation

XrdSysMutex::XrdSysMutex ( )
inline

References cs.

XrdSysMutex::~XrdSysMutex ( )
inline

References cs.

Member Function Documentation

int XrdSysMutex::CondLock ( )
inline

References cs.

void XrdSysMutex::Lock ( )
inline
void XrdSysMutex::UnLock ( )
inline

Member Data Documentation

pthread_mutex_t XrdSysMutex::cs
protected

The documentation for this class was generated from the following file: