Home
last modified time | relevance | path

Searched refs:concurrent_monitor_mutex (Results 1 – 3 of 3) sorted by relevance

/oneTBB/src/tbb/
H A Dconcurrent_monitor_mutex.h30 class concurrent_monitor_mutex {
32 using scoped_lock = std::lock_guard<concurrent_monitor_mutex>;
34 constexpr concurrent_monitor_mutex() {} in concurrent_monitor_mutex() function
36 ~concurrent_monitor_mutex() = default;
H A Dconcurrent_monitor.h216 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{};
H A Dmisc.cpp57 std::mutex concurrent_monitor_mutex::my_init_mutex;