Searched refs:timed_mutex (Results 1 – 6 of 6) sorted by relevance
75 timed_mutex::timed_mutex() : __locked_(false) {} in timed_mutex() function in timed_mutex77 timed_mutex::~timed_mutex() { lock_guard<mutex> _(__m_); } in ~timed_mutex()79 void timed_mutex::lock() { in lock()86 bool timed_mutex::try_lock() noexcept { in try_lock()95 void timed_mutex::unlock() noexcept { in unlock()
53 class timed_mutex56 timed_mutex();57 ~timed_mutex();59 timed_mutex(const timed_mutex&) = delete;60 timed_mutex& operator=(const timed_mutex&) = delete;236 class _LIBCPP_EXPORTED_FROM_ABI timed_mutex {242 timed_mutex();243 ~timed_mutex();245 timed_mutex(const timed_mutex&) = delete;246 timed_mutex& operator=(const timed_mutex&) = delete;[all …]
53 class timed_mutex56 timed_mutex();57 ~timed_mutex();59 timed_mutex(const timed_mutex&) = delete;60 timed_mutex& operator=(const timed_mutex&) = delete;240 class _LIBCPP_EXPORTED_FROM_ABI timed_mutex {246 timed_mutex();247 ~timed_mutex();249 timed_mutex(const timed_mutex&) = delete;250 timed_mutex& operator=(const timed_mutex&) = delete;
16 // [thread.timedmutex.class] class timed_mutex17 using std::timed_mutex;
2958 SYMBOL(timed_mutex, std::, <mutex>)