|
TAO_RTCORBA 3.1.4
|
import <RTCORBA.pidl;

Public Member Functions | |
| void | lock () |
| void | unlock () |
| boolean | try_lock (in TimeBase::TimeT max_wait) |
| if max_wait = 0 then return immediately | |
| void RTCORBA::Mutex::lock | ( | ) |
Implemented in TAO_RT_Mutex.
| boolean RTCORBA::Mutex::try_lock | ( | in TimeBase::TimeT | max_wait | ) |
if max_wait = 0 then return immediately
| void RTCORBA::Mutex::unlock | ( | ) |
Implemented in TAO_RT_Mutex.