 |
Index for Section 9r |
|
 |
Alphabetical listing for Q |
|
 |
Bottom of page |
|
queue_init(9r)
NAME
queue_init - General: Initializes the specified queue
SYNOPSIS
void queue_init(
queue_t queue_pointer );
ARGUMENTS
queue_pointer
Specifies a pointer to a queue_entry structure. This structure contains
a links member that specifies a queue_entry structure. This structure
contains a generic doubly linked list (queue).
DESCRIPTION
The 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 VALUES
None
FILES
<select.h>
SEE ALSO
Kernel routines: select_enqueue(9r)
Data Structures: sel_queue(9s)
 |
Index for Section 9r |
|
 |
Alphabetical listing for Q |
|
 |
Top of page |
|