|
Lely core libraries 2.3.2
|


Public Member Functions | |
| void | lock () final |
| Blocks until a lock can be obtained for the current execution agent (thread, process, task). | |
| void | unlock () final |
| Releases the lock held by the execution agent. Throws no exceptions. | |
| virtual void | lock ()=0 |
| Blocks until a lock can be obtained for the current execution agent (thread, process, task). | |
| virtual void | unlock ()=0 |
| Releases the lock held by the execution agent. Throws no exceptions. | |
Definition at line 42 of file lss_master.cpp.
|
inlinefinalvirtual |
Blocks until a lock can be obtained for the current execution agent (thread, process, task).
If an exception is thrown, no lock is obtained.
Implements lely::util::BasicLockable.
Definition at line 48 of file lss_master.cpp.