#include <svutil.h>
Definition at line 90 of file svutil.h.
◆ SVAutoLock()
| SVAutoLock::SVAutoLock |
( |
SVMutex * |
mutex | ) |
|
|
inlineexplicit |
Definition at line 92 of file svutil.h.
92 : mutex_(mutex) { mutex->
Lock(); }
void Lock()
Locks on a mutex.
◆ ~SVAutoLock()
| SVAutoLock::~SVAutoLock |
( |
| ) |
|
|
inline |
Definition at line 93 of file svutil.h.
void Unlock()
Unlocks on a mutex.
The documentation for this class was generated from the following file: