pintos/src/userprog/process.h File Reference

#include "threads/thread.h"

Go to the source code of this file.

Functions

tid_t process_execute (const char *file_name)
int process_wait (tid_t)
void process_exit (void)
void process_activate (void)


Function Documentation

void process_activate ( void   ) 

Definition at line 124 of file process.c.

References pagedir_activate(), thread_current(), and tss_update().

Referenced by load(), and schedule_tail().

tid_t process_execute ( const char *  file_name  ) 

void process_exit ( void   ) 

Definition at line 97 of file process.c.

References NULL, pagedir_activate(), pagedir_destroy(), and thread_current().

Referenced by thread_exit().

int process_wait ( tid_t   ) 


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