|
Coda Distributed File System
|
#include <sys/time.h>#include <stdio.h>#include <stdlib.h>#include <assert.h>#include <lwp/lwp.h>#include <lwp/lock.h>
Classes | |
| struct | QUEUE |
Macros | |
| #define | DEFAULT_READERS 5 |
| #define | STACK_SIZE 65536 |
Typedefs | |
| typedef struct QUEUE | queue |
Functions | |
| int | main (int argc, char **argv) |
Variables | |
| queue * | q |
| int | asleep |
| int | writing |
| #define DEFAULT_READERS 5 |
| #define STACK_SIZE 65536 |
| int main | ( | int | argc, |
| char ** | argv | ||
| ) |
| int asleep |
| queue* q |
| int writing |