intq Struct Reference

#include <intq.h>


Data Fields

struct lock lock
struct threadnot_full
struct threadnot_empty
uint8_t buf [INTQ_BUFSIZE]
int head
int tail


Detailed Description

Definition at line 25 of file intq.h.


Field Documentation

struct lock intq::lock [read]

Definition at line 28 of file intq.h.

Referenced by intq_getc(), intq_init(), and intq_putc().

struct thread* intq::not_full [read]

Definition at line 29 of file intq.h.

Referenced by intq_getc(), intq_init(), and intq_putc().

struct thread* intq::not_empty [read]

Definition at line 30 of file intq.h.

Referenced by intq_getc(), intq_init(), and intq_putc().

uint8_t intq::buf[INTQ_BUFSIZE]

Definition at line 33 of file intq.h.

Referenced by intq_getc(), and intq_putc().

Definition at line 34 of file intq.h.

Referenced by intq_empty(), intq_full(), intq_init(), and intq_putc().

Definition at line 35 of file intq.h.

Referenced by intq_empty(), intq_full(), intq_getc(), and intq_init().


The documentation for this struct was generated from the following file:

Generated on Mon Jan 10 16:43:58 2011 for Pintos by  doxygen 1.5.6