7#ifndef MULTI_THREADING_UTILS_H
8#define MULTI_THREADING_UTILS_H
26 if (mutex.try_lock()) {
~MultiThreadingTest()
Destructor (disable multi threading).
MultiThreadingTest(bool mode=true)
Constructor (set multi threading mode).
void setMode(bool enabled)
Set the multi-threading mode.
static MultiThreadingMgr & instance()
Returns a single instance of Multi Threading Manager.
bool checkTryLock(std::mutex &mutex)
Check if mutex is locked.
Defines the logger used by the top-level component of kea-lfc.