std::timed_mutex::timed_mutex (3) - Linux Manuals
std::timed_mutex::timed_mutex: std::timed_mutex::timed_mutex
Command to display std::timed_mutex::timed_mutex
manual in Linux: $ man 3 std::timed_mutex::timed_mutex
NAME
std::timed_mutex::timed_mutex - std::timed_mutex::timed_mutex
Synopsis
timed_mutex(); (1) (since C++11)
timed_mutex( const timed_mutex& ) = delete; (2) (since C++11)
1) Constructs the mutex. The mutex is in unlocked state after the call.
2) Copy constructor is deleted.
Parameters
(none)
Exceptions
std::system_error if the construction is unsuccessful.
Pages related to std::timed_mutex::timed_mutex
- std::timed_mutex::try_lock (3) - std::timed_mutex::try_lock
- std::timed_mutex::try_lock_for (3) - std::timed_mutex::try_lock_for
- std::timed_mutex::try_lock_until (3) - std::timed_mutex::try_lock_until
- std::timed_mutex::lock (3) - std::timed_mutex::lock
- std::timed_mutex::native_handle (3) - std::timed_mutex::native_handle
- std::timed_mutex::unlock (3) - std::timed_mutex::unlock
- std::timed_mutex::~timed_mutex (3) - std::timed_mutex::~timed_mutex
- std::timed_mutex (3) - std::timed_mutex
- std::time (3) - std::time
- std::time_base (3) - std::time_base
- std::time_get (3) - std::time_get
- std::time_get<CharT,InputIt>::date_order,std::time_get<CharT,InputIt>::do_date_order (3) - std::time_get<CharT,InputIt>::date_order,std::time_get<CharT,InputIt>::do_date_order
- std::time_get<CharT,InputIt>::get,std::time_get<CharT,InputIt>::do_get (3) - std::time_get<CharT,InputIt>::get,std::time_get<CharT,InputIt>::do_get