osf1 man page for qsize

Query: qsize

OS: osf1

Section: 9r

Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar

qsize(9r)																 qsize(9r)

NAME
qsize - STREAMS: Finds the number of messages on a queue
SYNOPSIS
#include <sys/stream.h> int qsize( queue_t *queue_pointer );
ARGUMENTS
Specifies a pointer to the queue to be evaluated. The typedef queue_t is an alternate name for struct queue_entry *.
DESCRIPTION
The qsize interface evaluates the queue associated with the queue_pointer argument and returns the number of messages it contains.
RETURN VALUES
If there are no messages in the queue, qsize returns the value zero(0). Otherwise, it returns the integer representing the number of mes- sages on the queue. qsize(9r)
Related Man Pages
putbq(9r) - osf1
strqset(9r) - osf1
wr(9f) - redhat
wr(9f) - centos
wr(9f) - linux
Similar Topics in the Unix Linux Community
ioctl() system call on Linux-i386
why printf() function don't go work?
Issue available disk space while using xdd
Should I be worried about my AIX Cluster?