Searched refs:WaitingQueue (Results 1 – 1 of 1) sorted by relevance
50 class WaitingQueue final : private RawMutex {65 WaitingQueue &queue;68 LIBC_INLINE Guard(WaitingQueue &queue, bool is_pshared) in Guard()87 friend WaitingQueue; variable91 LIBC_INLINE constexpr WaitingQueue() in WaitingQueue() function302 using WaitingQueue = rwlock::WaitingQueue; variable333 WaitingQueue queue;425 WaitingQueue::Guard guard = queue.acquire(is_pshared);449 WaitingQueue::Guard guard = queue.acquire(is_pshared);498 WaitingQueue::Guard guard = queue.acquire(is_pshared); in notify_pending_threads()