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