NachOS/code/userprog/userthread.h
Yorick Barbanneau c4a2d25163 TD2 question I.4
Create userthread.cc content and call it from exception.cc
2021-11-19 14:14:42 +01:00

7 lines
140 B
C

#ifdef CHANGED
#include "copyright.h"
#include "utility.h"
extern int do_ThreadCreate(int f, int arg);
extern void do_ThreadExit();
#endif