ODIN
Public Member Functions | List of all members

#include <tjthread.h>

Public Member Functions

 MutexLock (Mutex &mutex)
 

Detailed Description

Lock object using a mutex.

Definition at line 84 of file tjthread.h.

Constructor & Destructor Documentation

◆ MutexLock()

MutexLock::MutexLock ( Mutex mutex)
inline

Constructs a lock using 'mutex'. The mutex is locked for the lifetime of the object.

Definition at line 91 of file tjthread.h.


The documentation for this class was generated from the following file: