文件名称:nachos02
介绍说明--下载内容均来自于网络,请自行研究使用
nachos 系统下使用信号量和条件变量,锁实现对链表和缓冲区中信息的修改,确保线程的同步。-Under the nachos system using semaphores and condition variables, the lock list and buffer to achieve changes to the information, to ensure the synchronization of threads
(系统自动生成,下载前可以参看下载内容)
下载文件列表
实验2\BoundedBuffer.cc
.....\BoundedBuffer.h
.....\dllist-driver.cc
.....\dllist.cc
.....\dllist.h
.....\main.cc
.....\synch-sem.cc
.....\synch-sem.h
.....\synch-sleep.cc
.....\synch-sleep.h
.....\Table.cc
.....\Table.h
.....\threadtest.cc
实验2