SleepQRemove
You can use theSleepQRemoveprocedure to remove an entry from the sleep queue.
PROCEDURE SleepQRemove (qRecPtr: SleepQRecPtr);
qRecPtr- A pointer to a sleep queue record, which is described on page 6-26.
DESCRIPTION
TheSleepQRemoveprocedure removes the specified sleep queue record from the sleep queue. TheqRecPtrparameter is a pointer to the sleep queue record that you provided when you added your routine to the sleep queue.