Mutex class
Contents
Helper to represent a cross-platform Mutex
Constructors, destructors, conversion operators
Public functions
Function documentation
bpf:: system:: Mutex:: Mutex()
| Exceptions | |
|---|---|
| memory:: |
if out of memory |
| OSException | in case of system error |
Constructs a mutex
void bpf:: system:: Mutex:: Lock() const
| Exceptions | |
|---|---|
| OSException | in case of system error |
Locks this mutex
void bpf:: system:: Mutex:: Unlock() const
| Exceptions | |
|---|---|
| OSException | in case of system error |
Unlocks this mutex