搜索结果
找到约 16 项符合
semaphore 的查询结果
按分类筛选
软件设计/软件工程 In a preemptive priority based RTOS, priority inversion problem is among the major sources of deadl
In a preemptive priority based RTOS, priority inversion
problem is among the major sources of deadline
violations. Priority inheritance protocol is one of the
approaches to reduce priority inversion. Unfortunately,
RTOS like uC/OS can’t support priority inheritance
protocol since it does not allow ...
其他 μC/OS从1992年开始为人们熟悉
μC/OS从1992年开始为人们熟悉,到现在已经发展为μC/OS-II。ΜC/OS-II最多支持56个任务,其内核为占先式,总是执行就绪态的优先级最高的任务,并支持Semaphore(信号量)、Mailbox(邮箱)、Message Queue(消息队列)等多种常用的进程间通信机制。与大多商用RTOS不同的是,μC/OS-II公开所有的源代码,并可以免费获得,对商 ...
Linux/Unix编程 The main purpose of this project is to add a new scheduling algorithm to GeekOS and to implement a s
The main purpose of this project is to add a new scheduling algorithm to GeekOS and to implement a simple synchronization primitive (semaphore). As you might have already noticed, GeekOS uses a simple priority based preemptive Round Robin algorithm. In this project, you will change this to a multile ...
书籍源码 VC++进程线程实例:EVENT
VC++进程线程实例:EVENT,MUTEX,MUTITHREAD,PROCESS,SEMAPHORE,THREAD,UITHREAD,WORKERTHREAD
操作系统开发 MINIX操作系统的内核修改补丁
MINIX操作系统的内核修改补丁,增加了实时调度,迷你文件系统,semaphore系统服务。
Delphi控件源码 Delphi多线程编程
包含
等待函数WaitForSingleObject
多线程同步之 Event (事件对象)
多线程同步之 Mutex (互斥对象)
多线程同步之 Semaphore (信号对象)
多线程同步之 WaitableTimer (等待定时器对象)
等等