搜索资源列表
Tornado_Train_Workshop_demo_program
- 此程序运行在Tornado环境中,里面包含了tornado入门的基本程序,也是Vxworks入门非常好的资料,里面包括信号量,消息,队列,中断,事件,等等的示例,还有tornado环境工具如windview,crosswind 的使用的例子-this program to run in Tornado environment. it contains the tornado caught the basic procedures, as well as portal Vxworks very g
Consumer-Producer
- java生产者消费者程序实现 线程,信号量互斥事件 临界资源-java producer consumer program threads, semaphores contradict critical resources incident
SemaDemo
- 英国帝国理工学院电脑系多线程课程教学材料之四 ---- 用Semaphores互斥访问-The program uses a semaphore to ensure that it is not possible for threads to enter their critical sections at the same time. The critical section is represented by a light blue (cyan) colour. To execute in
NestedMonitor
- 英国帝国理工学院电脑系多线程课程教学材料之六 ---- 嵌套监督程序范例-This version of the bounded buffer monitor uses semaphores instead of Java conditional synchronization. Can you get it to deadlock?
FixedNestedMonitor
- 英国帝国理工学院电脑系多线程课程教学材料之七 ---- 嵌套监督程序范例(改正版)-This version of the bounded buffer monitor uses semaphores. In this version, the deadlock has been fixed.
Semaphores
- Semaphore source simple application
Parallel_java
- Parallel programing. Program which illustrates how semaphores work in order to check critical section. Some threads are writing to shared buffer and other reading from it.
prySemaforos
- producer and consumer problem solving by semaphores
Semaphores
- 用Semaphores解决JAVA生产者消费者问题-Using Semaphore to solve the producer and consumer Question
codefans.net
- 用java解决的哲学家算法,有界面的,用多线程和信号量的方法解决的。-Philosophers algorithm java resolved interface method to solve multi-threading and semaphores.
Test
- 生产者,消费者,互斥信号量,解决多线程调度问题,-Producers, consumers, mutexes, semaphores, to solve the multi-threaded scheduling problem
AbstractQueuedSynchronizer
- Provides a framework for implementing blocking locks and related synchronizers (semaphores, events, etc) that rely on first-in-first-out (FIFO) wait queues for Andriod.
caozuoxitong
- 这个是基于操作系统的通过管程或PV信号量解决的读者写者问题。-This is based on PV by tube or semaphores solve readers who write operating system.
processsynchronous
- 经典胡睡觉理发师问题,利用信号量实现进程同步-Classic Hu sleeping barber problem using semaphores to achieve process synchronization