Pyro higlevel API
Public Member Functions | List of all members
os::Gate Class Reference

Public Member Functions

 Gate (const char *pzName, bool bRecursive=true, bool bInterruptible=false)
 
 ~Gate ()
 
int Lock () const
 
int Unlock () const
 
int Close () const
 
int Open () const
 

Detailed Description

Description:
See Also
Author
Kurt Skauen (kurt@.nosp@m.athe.nosp@m.os.cx)

Constructor & Destructor Documentation

os::Gate::Gate ( const char *  pzName,
bool  bRecursive = true,
bool  bInterruptible = false 
)
inline
os::Gate::~Gate ( )
inline

Member Function Documentation

int os::Gate::Close ( ) const
inline
int os::Gate::Lock ( ) const
inline
int os::Gate::Open ( ) const
inline
int os::Gate::Unlock ( ) const
inline