#include <mutex>
Definition at line 134 of file mutex.
◆ native_handle_type
Definition at line 67 of file mutex.
◆ native_type
Definition at line 63 of file mutex.
◆ timed_mutex() [1/2]
os::estd::timed_mutex::timed_mutex |
( |
| ) |
|
|
default |
◆ ~timed_mutex()
os::estd::timed_mutex::~timed_mutex |
( |
| ) |
|
|
default |
◆ timed_mutex() [2/2]
os::estd::timed_mutex::timed_mutex |
( |
const timed_mutex & |
| ) |
|
|
delete |
◆ lock()
void os::estd::mutex::lock |
( |
| ) |
|
|
inherited |
◆ native_handle()
◆ operator=()
◆ try_lock()
bool os::estd::mutex::try_lock |
( |
| ) |
|
|
inherited |
◆ try_lock_for()
template<typename Rep_T , typename Period_T >
bool os::estd::timed_mutex::try_lock_for |
( |
const std::chrono::duration< Rep_T, Period_T > & |
rel_time | ) |
|
◆ try_lock_until()
template<typename Clock_T , typename Duration_T >
bool os::estd::timed_mutex::try_lock_until |
( |
const std::chrono::time_point< Clock_T, Duration_T > & |
abs_time | ) |
|
◆ unlock()
void os::estd::mutex::unlock |
( |
| ) |
|
|
inherited |
◆ nm_
Definition at line 92 of file mutex.
The documentation for this class was generated from the following file: