Prevents a queue from being scheduled.
void noenable(q)
queue_t * q;
The noenable utility prevents the queue specified by the q parameter from being scheduled for service either by the putq or putbq utility, when these routines queue an ordinary priority message, or by the insq utility when it queues any message. The noenable utility does not prevent the scheduling of queues when a high-priority message is queued, unless the message is queued by the insq utility.
This utility is part of STREAMS Kernel Extensions.
Item | Description |
---|---|
q | Specifies the queue to disable. |