1. 首页
  2. 操作系统
  3. Ubuntu
  4. 操作系统课设实验报告一

操作系统课设实验报告一

上传者: 2020-08-09 10:19:28上传 DOC文件 1.53MB 热度 17次
The main.cc program of Nachos in ../threads/ calls function ThreadTest() as follows: void ThreadTest() { DEBUG(’t’, "Entering SimpleTest"); Thread *t = new Thread("forked thread"); t->Fork(SimpleThread, 1); SimpleThread(0); } The SimpleThread() function used above is as follows: void SimpleThread(_i
用户评论