#include <llthread.h>
Public Member Functions | |
LLMutexLock (LLMutex *mutex) | |
~LLMutexLock () | |
Private Attributes | |
LLMutex * | mMutex |
Definition at line 158 of file llthread.h.
LLMutexLock::LLMutexLock | ( | LLMutex * | mutex | ) | [inline] |
Definition at line 161 of file llthread.h.
References LLMutex::lock(), and mMutex.
LLMutexLock::~LLMutexLock | ( | ) | [inline] |
Definition at line 166 of file llthread.h.
References mMutex, and LLMutex::unlock().
LLMutex* LLMutexLock::mMutex [private] |