#include <semaphoreapi.h>
Inheritance diagram for Semaphore:
Public Member Functions | |
Semaphore (int credit=0) | |
void | wait () |
void | signal () |
|
Definition at line 16 of file semaphoreapi.cc. |
|
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(). |
|
Reimplemented from SemaphoreImpl. Definition at line 20 of file semaphoreapi.cc. References SemaphoreImpl::wait(). Referenced by cosyFifo::read(), cosySelect::select(), and cosyFifo::write(). |