搜索资源列表
使用互斥进行线程同步代码示例 Thread3_23
- 本代码演示了利用临界区实现线程的同步。-demonstration of the code used to achieve critical thread synchronization.
src
- 一些VXWORKS的示例代码,包括进程调度,内存管理,文件系统等-Some VXWORKS sample code, including process scheduling, memory management, file systems, etc.
Bankers
- 这个代码模拟出了操作系统在避免死锁时所采用的banker算法。para.txt中给出了示例参数(CPU数量、资源种类、每种资源的数量,以及各个任务所申请的资源种类和数量)。-This project simulates the Banker algorithm, which is widely used by all kinds of operating system (OS) to avoid dead lock. The para.txt is a sample scr ipt for th
apns_iphone
- iOS APN推送 苹果推送示例代码,包括手机端和服务器端的demo示例