Definition at line 206 of file PoolSvc.h.
◆ ContextLock()
PoolSvc::ContextLock::ContextLock |
( |
int |
contextId, |
|
|
CallMutex & |
glob_mtx, |
|
|
const std::vector< CallMutex * > & |
ctx_mutexes |
|
) |
| |
|
inline |
Definition at line 209 of file PoolSvc.h.
211 std::lock_guard<CallMutex> temp_lock( glob_mtx );
213 m_lock = std::unique_lock< CallMutex >{ *ctx_mutexes[contextId] };
◆ ~ContextLock()
PoolSvc::ContextLock::~ContextLock |
( |
| ) |
|
|
inline |
◆ m_lock
std::unique_lock< CallMutex > PoolSvc::ContextLock::m_lock |
|
private |
The documentation for this class was generated from the following file:
std::unique_lock< CallMutex > m_lock