UNIVERS
15.3
UNIVERS base processing software API
|
#include <ProcessLock.H>
Public Member Functions | |
ProcessLock (ProcessLockReason reason) | |
virtual | ~ProcessLock () |
Public Member Functions inherited from Lock | |
Lock () | |
virtual | ~Lock () |
LockId | lock_id () const |
Additional Inherited Members | |
Protected Member Functions inherited from Lock | |
void | lock () |
void | unlock () |
Static Protected Attributes inherited from Lock | |
static LocksAr * | plocksar |
Object for locking inter-process communication resources. Allows to access safely several predefined (hardcoded) IPC resources which are named as reasons.
ProcessLock::ProcessLock | ( | ProcessLockReason | reason | ) |
Doing lock here
|
virtual |
Doing unlock here