Main Page | Class Hierarchy | Compound List | File List | Compound Members | File Members

Semaphore Class Reference

#include <semaphoreapi.h>

Inheritance diagram for Semaphore:

SemaphoreImpl List of all members.

Public Member Functions

 Semaphore (int credit=0)
void wait ()
void signal ()

Constructor & Destructor Documentation

Semaphore::Semaphore int  credit = 0  ) 
 

Definition at line 16 of file semaphoreapi.cc.


Member Function Documentation

void Semaphore::signal  ) 
 

Reimplemented from SemaphoreImpl.

Definition at line 25 of file semaphoreapi.cc.

References SemaphoreImpl::signal().

Referenced by cosyFifo::grow(), cosyFifo::read(), cosySelect::signal(), and cosyFifo::write().

void Semaphore::wait  ) 
 

Reimplemented from SemaphoreImpl.

Definition at line 20 of file semaphoreapi.cc.

References SemaphoreImpl::wait().

Referenced by cosyFifo::read(), cosySelect::select(), and cosyFifo::write().


The documentation for this class was generated from the following files:
Generated on Wed Feb 15 14:52:41 2006 for yapi by doxygen 1.3.2