Wait queue are similar to linux kernel wait queues. More...
#include <wait-queue.h>
Public Member Functions | |
WaitQueueEntry () | |
virtual void | WakeUp (void *key)=0 |
Wait queue are similar to linux kernel wait queues.
Wait queue are used by poll and in many Files implementation to tracks which task is waiting for io occurs on this files. Entry in the WaitQueue
Definition at line 43 of file wait-queue.h.
ns3::WaitQueueEntry::WaitQueueEntry | ( | ) |
Definition at line 34 of file wait-queue.cc.
|
pure virtual |
Implemented in ns3::WaitQueueEntryTimeout, and ns3::WaitQueueEntryPoll.