Skip to content
Snippets Groups Projects
Commit 26e90c75 authored by j32-brooks's avatar j32-brooks
Browse files

Upload New File

parent 64f77e3b
No related branches found
No related tags found
No related merge requests found
#ifndef USERPROG_PROCESS_H
#define USERPROG_PROCESS_H
#include "threads/thread.h"
tid_t process_execute (const char *file_name, const char *args);
int process_wait (tid_t);
void process_exit (void);
void process_activate (void);
#endif /* userprog/process.h */
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment