Intel(R) Threading Building Blocks Doxygen Documentation version 4.2.3
|
Represents acquisition of a mutex. More...
#include <null_mutex.h>
Public Member Functions | |
scoped_lock () | |
scoped_lock (null_mutex &) | |
~scoped_lock () | |
void | acquire (null_mutex &) |
bool | try_acquire (null_mutex &) |
void | release () |
Additional Inherited Members | |
![]() | |
no_copy (const no_copy &)=delete | |
no_copy ()=default | |
Represents acquisition of a mutex.
Definition at line 30 of file null_mutex.h.
|
inline |
Definition at line 32 of file null_mutex.h.
|
inline |
Definition at line 33 of file null_mutex.h.
|
inline |
Definition at line 34 of file null_mutex.h.
|
inline |
Definition at line 35 of file null_mutex.h.
|
inline |
Definition at line 37 of file null_mutex.h.
|
inline |
Definition at line 36 of file null_mutex.h.