Query: flushq
OS: osf1
Section: 9r
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
flushq(9r) flushq(9r)NAMEflushq - STREAMS: Removes a message from a queueSYNOPSIS#include <sys/stream.h> void flushq( queue_t *queue, int flag );ARGUMENTSSpecifies a pointer to the queue to be flushed. The typedef queue_t is an alternate name for struct queue_entry *. Specifies one of the following flag flush values: Flush only data messages. These data messages are represented by the M_DATA, M_DELAY, M_PROTO, and M_PCPROTO constants. Flush all messages. Requests a realtime delayDESCRIPTIONThe flushq interface frees messages and their associated data structures by calling the freemsg interface. If the queue's count falls below the low-water mark and the QWANTW bit is set, flushq enables the nearest upstream service procedure.RETURN VALUESNoneSEE ALSOKernel Interfaces: flushband(9r), freemsg(9r), putq(9r) Programmer's Guide: STREAMS flushq(9r)
Related Man Pages |
---|
flushq(9f) - centos |
flushq(9f) - php |
flushq(9f) - linux |
flushq(9f) - posix |
flushq(9f) - freebsd |
Similar Topics in the Unix Linux Community |
---|
Throw my Toys out of the Pram! |
Low Impact PHP Errors and Logging Levels |
PHP Write Man Pages to MySQL DB |
Denial Of Service Attack Update |