pintos/src/tests/threads/priority-fifo.c File Reference

#include <stdio.h>
#include "tests/threads/tests.h"
#include "threads/init.h"
#include "devices/timer.h"
#include "threads/malloc.h"
#include "threads/synch.h"
#include "threads/thread.h"

Go to the source code of this file.

Data Structures

struct  simple_thread_data

Defines

#define THREAD_CNT   16
#define ITER_CNT   16

Functions

void test_priority_fifo (void)
static void simple_thread_func (void *data_)

Variables

static thread_func simple_thread_func


Define Documentation

#define ITER_CNT   16

Definition at line 27 of file priority-fifo.c.

Referenced by simple_thread_func(), and test_priority_fifo().

#define THREAD_CNT   16

Definition at line 26 of file priority-fifo.c.


Function Documentation

static void simple_thread_func ( void *  data_  )  [static]

void test_priority_fifo ( void   ) 


Variable Documentation

thread_func simple_thread_func [static]

Definition at line 29 of file priority-fifo.c.

Referenced by test_priority_fifo(), and test_priority_preempt().


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