Lely core libraries
2.2.5
|
Public Member Functions | |
void | lock () final |
Blocks until a lock can be obtained for the current execution agent (thread, process, task). More... | |
void | unlock () final |
Releases the lock held by the execution agent. Throws no exceptions. | |
Definition at line 39 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 45 of file lss_master.cpp.