#include <mutex.h>
|
template<typename Rep , typename Period > |
bool | M_try_lock_for (const ::std::chrono::duration< Rep, Period > &rtime) |
|
template<typename Duration > |
bool | M_try_lock_until (const ::std::chrono::time_point< clock_t, Duration > &atime) |
|
template<typename Clock , typename Duration > |
bool | M_try_lock_until (const ::std::chrono::time_point< Clock, Duration > &atime) |
|
◆ clock_t
template<typename Derived >
◆ M_try_lock_for()
template<typename Derived >
template<typename Rep , typename Period >
◆ M_try_lock_until() [1/2]
template<typename Derived >
template<typename Clock , typename Duration >
◆ M_try_lock_until() [2/2]
template<typename Derived >
template<typename Duration >
The documentation for this class was generated from the following file: