#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
◆ mutex_locker
The documentation for this class was generated from the following file: