文件名称:nachos01
介绍说明--下载内容均来自于网络,请自行研究使用
1.实现一个双向链表
2.模拟多线程情况下的不同线程切换并且修改双向链表而产生的错误的情况-1. To achieve a doubly linked list
2. simulate different thread of multiple threads to modify the switch and doubly linked lists generated error condition
2.模拟多线程情况下的不同线程切换并且修改双向链表而产生的错误的情况-1. To achieve a doubly linked list
2. simulate different thread of multiple threads to modify the switch and doubly linked lists generated error condition
(系统自动生成,下载前可以参看下载内容)
下载文件列表
dllist.cc
dllist.h
dllist-driver.cc
main.cc
threadtest.cc