Represents acquisition of a mutex.
More...
#include <null_rw_mutex.h>
Represents acquisition of a mutex.
Definition at line 30 of file null_rw_mutex.h.
◆ scoped_lock() [1/2]
tbb::null_rw_mutex::scoped_lock::scoped_lock |
( |
| ) |
|
|
inline |
◆ scoped_lock() [2/2]
tbb::null_rw_mutex::scoped_lock::scoped_lock |
( |
null_rw_mutex & |
, |
|
|
bool |
= true |
|
) |
| |
|
inline |
◆ ~scoped_lock()
tbb::null_rw_mutex::scoped_lock::~scoped_lock |
( |
| ) |
|
|
inline |
◆ acquire()
◆ downgrade_to_reader()
bool tbb::null_rw_mutex::scoped_lock::downgrade_to_reader |
( |
| ) |
|
|
inline |
◆ release()
void tbb::null_rw_mutex::scoped_lock::release |
( |
| ) |
|
|
inline |
◆ try_acquire()
bool tbb::null_rw_mutex::scoped_lock::try_acquire |
( |
null_rw_mutex & |
, |
|
|
bool |
= true |
|
) |
| |
|
inline |
◆ upgrade_to_writer()
bool tbb::null_rw_mutex::scoped_lock::upgrade_to_writer |
( |
| ) |
|
|
inline |
The documentation for this class was generated from the following file: