#include <intq.h>
Data Fields | |
| struct lock | lock |
| struct thread * | not_full |
| struct thread * | not_empty |
| uint8_t | buf [INTQ_BUFSIZE] |
| int | head |
| int | tail |
Definition at line 25 of file intq.h.
struct lock intq::lock [read] |
struct thread* intq::not_full [read] |
struct thread* intq::not_empty [read] |
| int intq::head |
Definition at line 34 of file intq.h.
Referenced by intq_empty(), intq_full(), intq_init(), and intq_putc().
| int intq::tail |
Definition at line 35 of file intq.h.
Referenced by intq_empty(), intq_full(), intq_getc(), and intq_init().
1.5.6