#include <vlc_cxx_helpers.hpp>
◆ mutex() [1/3]
| vlc::threads::mutex::mutex |
( |
| ) |
|
|
inlinenoexcept |
◆ mutex() [2/3]
| vlc::threads::mutex::mutex |
( |
const mutex & | | ) |
|
|
delete |
◆ mutex() [3/3]
| vlc::threads::mutex::mutex |
( |
mutex && | | ) |
|
|
delete |
◆ lock()
| void vlc::threads::mutex::lock |
( |
| ) |
|
|
inlinenoexcept |
◆ operator=() [1/2]
| mutex & vlc::threads::mutex::operator= |
( |
const mutex & | | ) |
|
|
delete |
◆ operator=() [2/2]
| mutex & vlc::threads::mutex::operator= |
( |
mutex && | | ) |
|
|
delete |
◆ unlock()
| void vlc::threads::mutex::unlock |
( |
| ) |
|
|
inlinenoexcept |
◆ condition_variable
| friend class condition_variable |
|
friend |
◆ mutex_locker
| friend class mutex_locker |
|
friend |
The documentation for this class was generated from the following file: