Main Page   Modules   Namespace List   Class Hierarchy   Alphabetical List   Compound List   File List   Namespace Members   Compound Members   File Members   Related Pages  

os::Locker Class Reference

#include <locker.h>

List of all members.

Public Methods

 Locker (const char *pzName, bool bReqursive=true, bool bInterruptible=false)
 ~Locker ()
int Lock () const
int Lock (bigtime_t nTimeout) const
int Unlock () const
int GetLockCount () const
thread_id GetOwner () const
bool IsLocked () const


Detailed Description

Description:
See also:
Author(s):
Kurt Skauen (kurt@atheos.cx)


Constructor & Destructor Documentation

os::Locker::Locker ( const char * pzName,
bool bReqursive = true,
bool bInterruptible = false ) [inline]
 

os::Locker::~Locker ( ) [inline]
 


Member Function Documentation

int os::Locker::GetLockCount ( ) const [inline]
 

thread_id os::Locker::GetOwner ( ) const [inline]
 

bool os::Locker::IsLocked ( ) const [inline]
 

int os::Locker::Lock ( bigtime_t nTimeout ) const [inline]
 

int os::Locker::Lock ( ) const [inline]
 

int os::Locker::Unlock ( ) const [inline]
 


The documentation for this class was generated from the following file:
Generated at Sat Apr 7 16:11:36 2001 for AtheOS higlevel API by doxygen1.2.5 written by Dimitri van Heesch, © 1997-2001