Home
last modified time | relevance | path

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

/haiku/src/add-ons/kernel/bus_managers/virtio/
H A DVirtioBalloonDevice.cpp44 fQueueCondition.Init(this, "virtio balloon transfer"); in VirtioBalloonDevice()
188 fQueueCondition.Add(&queueConditionEntry); in _Thread()
229 device->fQueueCondition.NotifyAll(); in _QueueCallback()
H A DVirtioBalloonPrivate.h75 ConditionVariable fQueueCondition; variable
/haiku/src/system/kernel/events/
H A Devent_queue.cpp143 ConditionVariable fQueueCondition; member in EventQueue
160 fQueueCondition.Init(this, "evtq wait"); in EventQueue()
207 fQueueCondition.NotifyAll(B_FILE_ERROR); in Closed()
373 fQueueCondition.NotifyAll(); in _Notify()
391 status_t status = fQueueCondition.Wait(queueLocker.Get(), in Wait()