Searched refs:concurrent_monitor_mutex (Results 1 – 3 of 3) sorted by relevance
30 class concurrent_monitor_mutex {32 using scoped_lock = std::lock_guard<concurrent_monitor_mutex>;34 constexpr concurrent_monitor_mutex() {} in concurrent_monitor_mutex() function36 ~concurrent_monitor_mutex() = default;
216 concurrent_monitor_mutex::scoped_lock l(my_mutex); in prepare_wait()247 concurrent_monitor_mutex::scoped_lock l(my_mutex); in cancel_wait()288 concurrent_monitor_mutex::scoped_lock l(my_mutex); in notify_one_relaxed()327 concurrent_monitor_mutex::scoped_lock l(my_mutex); in notify_all_relaxed()366 concurrent_monitor_mutex::scoped_lock l(my_mutex); in notify_relaxed()401 concurrent_monitor_mutex::scoped_lock l(my_mutex); in notify_one_relaxed()435 concurrent_monitor_mutex::scoped_lock l(my_mutex); in abort_all_relaxed()474 concurrent_monitor_mutex my_mutex{};
57 std::mutex concurrent_monitor_mutex::my_init_mutex;