文件名称:OS_project_Thread
-
所属分类:
- 标签属性:
- 上传时间:2012-11-16
-
文件大小:979.04kb
-
已下载:0次
-
提 供 者:
-
相关连接:无下载说明:别用迅雷下载,失败请重下,重下不扣分!
介绍说明--下载内容来自于网络,使用问题请自行百度
Purpose
Aim to setup a small system above the OS layer , implement the message queue of process or thread and simulate the function of watchdog used to detect the deadlock of the system.
- introduction
1. Purpose
Aim to setup a small system above the OS layer , implement the message queue of process or thread and simulate the function of watchdog used to detect the deadlock of the system.
2. Method
Using window API to create serval thread and create a message queue for each thread to control the message exchange between the different treads.
3. Files
Projectmain.h------ structs , enums ,and claim of functions
ThreadSemaphore.c------- extend the Windows semaphore API
ThreadQueue.c------- message queue file (send to, receive from ,create and destroy queue )
ThreadFrame.c-- 1) create all the task for test
2) control the message handling
3) control the thread running
4)functions of watchdog
5) a hardware timer simulator to create timeout message every 1 sec
4 task :
Thread_IDLE,-- lowest prority , interact with user and obtain a semaphore which will be waitted by Thread_LOST later
Aim to setup a small system above the OS layer , implement the message queue of process or thread and simulate the function of watchdog used to detect the deadlock of the system.
- introduction
1. Purpose
Aim to setup a small system above the OS layer , implement the message queue of process or thread and simulate the function of watchdog used to detect the deadlock of the system.
2. Method
Using window API to create serval thread and create a message queue for each thread to control the message exchange between the different treads.
3. Files
Projectmain.h------ structs , enums ,and claim of functions
ThreadSemaphore.c------- extend the Windows semaphore API
ThreadQueue.c------- message queue file (send to, receive from ,create and destroy queue )
ThreadFrame.c-- 1) create all the task for test
2) control the message handling
3) control the thread running
4)functions of watchdog
5) a hardware timer simulator to create timeout message every 1 sec
4 task :
Thread_IDLE,-- lowest prority , interact with user and obtain a semaphore which will be waitted by Thread_LOST later
相关搜索: Process Thread
(系统自动生成,下载前可以参看下载内容)
下载文件列表
OS_project_Thread/OS_project_Thread.sln
OS_project_Thread/OS_project_Thread.suo
OS_project_Thread/Thread_OS/Thread_OS.vcproj
OS_project_Thread/Thread_OS/projectmain.h
OS_project_Thread/Thread_OS/ThreadSemaphore.cpp
OS_project_Thread/Thread_OS/threadFrame.cpp
OS_project_Thread/Thread_OS/ThreadQueue.cpp
OS_project_Thread/Thread_OS/Debug/BuildLog.htm
OS_project_Thread/Thread_OS/Debug/vc70.idb
OS_project_Thread/Thread_OS/Debug/vc70.pdb
OS_project_Thread/Thread_OS/Debug/Thread_OS.ilk
OS_project_Thread/Thread_OS/Debug/Thread_OS.exe
OS_project_Thread/Thread_OS/Debug/Thread_OS.pdb
OS_project_Thread/Thread_OS/Debug/ThreadQueue.obj
OS_project_Thread/Thread_OS/Debug/ThreadSemaphore.obj
OS_project_Thread/Thread_OS/Debug/threadFrame.obj
OS_project_Thread/OS_project_Thread.ncb
OS_project_Thread/Thread_OS/Debug
OS_project_Thread/Thread_OS
OS_project_Thread
OS_project_Thread/OS_project_Thread.suo
OS_project_Thread/Thread_OS/Thread_OS.vcproj
OS_project_Thread/Thread_OS/projectmain.h
OS_project_Thread/Thread_OS/ThreadSemaphore.cpp
OS_project_Thread/Thread_OS/threadFrame.cpp
OS_project_Thread/Thread_OS/ThreadQueue.cpp
OS_project_Thread/Thread_OS/Debug/BuildLog.htm
OS_project_Thread/Thread_OS/Debug/vc70.idb
OS_project_Thread/Thread_OS/Debug/vc70.pdb
OS_project_Thread/Thread_OS/Debug/Thread_OS.ilk
OS_project_Thread/Thread_OS/Debug/Thread_OS.exe
OS_project_Thread/Thread_OS/Debug/Thread_OS.pdb
OS_project_Thread/Thread_OS/Debug/ThreadQueue.obj
OS_project_Thread/Thread_OS/Debug/ThreadSemaphore.obj
OS_project_Thread/Thread_OS/Debug/threadFrame.obj
OS_project_Thread/OS_project_Thread.ncb
OS_project_Thread/Thread_OS/Debug
OS_project_Thread/Thread_OS
OS_project_Thread
本网站为编程资源及源代码搜集、介绍的搜索网站,版权归原作者所有! 粤ICP备11031372号
1999-2046 搜珍网 All Rights Reserved.