oa::Mutex

Mutex class in the OA Core public surface.

Public Methods

void oa::Mutex::lock()
bool oa::Mutex::tryLock()
void oa::Mutex::unlock()

Constructor & Destructor Documentation

oa::Mutex::Mutex()
No public source comment is attached to this declaration.
void oa::Mutex::~Mutex()
No public source comment is attached to this declaration.

Public Method Documentation

void oa::Mutex::lock()
No public source comment is attached to this declaration.

Returns

void

The declared return value.

bool oa::Mutex::tryLock()
No public source comment is attached to this declaration.

Returns

bool

The declared return value.

void oa::Mutex::unlock()
No public source comment is attached to this declaration.

Returns

void

The declared return value.