my_threads Struct Reference


Detailed Description

a structure to store all information we need for our thread

Definition at line 129 of file xmm.c.


Data Fields

struct task_struct * thread
struct semaphore startstop_sem
int terminate
struct wait_queue * queue
pid_t pid
void * data
struct task_struct * thread
struct wait_queue * queue
void * data

Field Documentation

struct task_struct* my_threads::thread [read]

Definition at line 132 of file xmm.c.

struct semaphore my_threads::startstop_sem [read]

Definition at line 134 of file xmm.c.

int my_threads::terminate

Definition at line 136 of file xmm.c.

Referenced by thread_function(), and thread_neighbour().

struct wait_queue* my_threads::queue [read]

Definition at line 138 of file xmm.c.

pid_t my_threads::pid

Definition at line 140 of file xmm.c.

void* my_threads::data

Definition at line 141 of file xmm.c.

Referenced by thread_function(), and thread_neighbour().

struct task_struct* my_threads::thread [read]

Definition at line 189 of file xnm.c.

struct wait_queue* my_threads::queue [read]

Definition at line 195 of file xnm.c.

void* my_threads::data

Definition at line 198 of file xnm.c.


The documentation for this struct was generated from the following files:
Generated on Mon Jan 21 12:31:49 2008 for XIAN by  doxygen 1.5.3