#include <intq.h>

Public Attributes | |
| struct lock | lock |
| struct thread * | not_full |
| struct thread * | not_empty |
| uint8_t | buf [INTQ_BUFSIZE] |
| int | head |
| int | tail |
| uint8_t intq::buf[INTQ_BUFSIZE] |
| int intq::head |
| struct lock intq::lock |
| struct thread* intq::not_empty |
| struct thread* intq::not_full |
| int intq::tail |