|
OpenRTM-aist
1.1.2
|
Condition template class. More...
#include <Condition.h>
Public Member Functions | |
| Condition (M &mutex) | |
| Constructor. More... | |
| ~Condition () | |
| Destructor. More... | |
| void | signal () |
| Resume of the thread practice. More... | |
| void | broadcast () |
| Resume of all the thread practice. More... | |
| bool | wait () |
| Wait of the thread practice. More... | |
| bool | wait (long second, long nano_second=0) |
| Thread practice wait of set time. More... | |
Condition template class.
|
inline |
|
inline |
Destructor.
Destructor
|
inline |
Resume of all the thread practice.
Let all waiting thread practice resume.
|
inline |
Resume of the thread practice.
Let the practice of a waiting thread resume.
|
inline |
Wait of the thread practice.
Stop the practice of the thread till a condition variable is transmitted.
|
inline |
Thread practice wait of set time.
In set time, stop the practice of the thread.
| second | Time of the seconds. |
| nano_second | time of the nanoseconds. |
1.8.11