Query: queue_init
OS: osf1
Section: 9r
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
queue_init(9r) queue_init(9r)NAMEqueue_init - General: Initializes the specified queueSYNOPSISvoid queue_init( queue_t queue_pointer );ARGUMENTSSpecifies a pointer to a queue_entry structure. This structure contains a links member that specifies a queue_entry structure. This struc- ture contains a generic doubly linked list (queue).DESCRIPTIONThe queue_init routine initializes the specified queue. Kernel modules call this routine prior to calling select_enqueue to initialize the links member of the sel_queue data structure. This member specifies a queue_entry structure. This structure contains a generic doubly linked list (queue).RETURN VALUESNoneFILESSEE ALSOKernel routines: select_enqueue(9r) Data Structures: sel_queue(9s) queue_init(9r)
Related Man Pages |
---|
mq_getattr(3) - osf1 |
bcanput(9r) - osf1 |
getq(9r) - osf1 |
putctl1(9r) - osf1 |
strqget(9r) - osf1 |
Similar Topics in the Unix Linux Community |
---|
Diectory ownership ...changing |
Broken Pipe: executing a binary application |