#include <LockObject.h>
Inheritance diagram for Lamp::LockObject:

Public Member Functions | |
| LockObject () | |
| コンストラクタ | |
| virtual | ~LockObject () |
| デストラクタ | |
| virtual void | lock ()=0 |
| ロック | |
| virtual void | unlock ()=0 |
| アンロック | |
| virtual bool | isLockedByCurrentThread () const=0 |
| カレントスレッドによってロックされているか | |
Definition at line 34 of file LockObject.h.
|
|
カレントスレッドによってロックされているか
Implemented in Lamp::CriticalSection, and Lamp::WaitSet. Referenced by Lamp::WaitSet::isLockedByCurrentThread(). |
1.3.2