Home | C-Bits Package Documentation | Project Page |
#include <SignalObject_PTHREAD.h>
Inheritance diagram for cbits::SignalObject_PTHREAD:
Public Methods | |
SignalObject_PTHREAD () | |
Constructor. More... | |
virtual | ~SignalObject_PTHREAD () |
Destructor. More... | |
const bool | wait (const long msec=0) |
Wait for a signal. More... | |
const bool | notify () |
Send signal to a object waiting for a signal. More... | |
const bool | notifyAll () |
Send signal to all objects waiting for a signal. More... | |
Static Public Methods | |
SignalObject * | create () |
Create a new SignalObject. More... | |
Protected Methods | |
virtual const bool | impl_wait (const long msec=0) |
EMPTY *. More... | |
virtual const bool | impl_notify () |
virtual const bool | impl_notify_all () |
|
Constructor.
|
|
Destructor.
|
|
Create a new SignalObject.
|
|
Implements cbits::SignalObject. |
|
Implements cbits::SignalObject. |
|
EMPTY *.
Implements cbits::SignalObject. |
|
Send signal to a object waiting for a signal.
|
|
Send signal to all objects waiting for a signal.
|
|
Wait for a signal.
|
|
|