Lely core libraries
2.2.5
|
#include <master.hpp>
Public Member Functions | |
void | lock () override |
Blocks until a lock can be obtained for the current execution agent (thread, process, task). More... | |
void | unlock () override |
Releases the lock held by the execution agent. Throws no exceptions. | |
![]() | |
void | lock () override |
Blocks until a lock can be obtained for the current execution agent (thread, process, task). More... | |
void | unlock () override |
Releases the lock held by the execution agent. Throws no exceptions. | |
Definition at line 508 of file master.hpp.
|
overridevirtual |
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 63 of file master.cpp.