搜索资源列表
InterComm
- 我的一段关于Linux/Unix下重复服务器,消息队列,信号量,共享内存综合使用的代码.-on Linux / Unix server duplication, Message Queue, semaphores, shared memory integrated use of the code.
Training-Example
- 嵌入式VxWorks开发所需典型例程源代码,包括消息队列,信号量,时钟,优先级反转,中断等常见处理.-VxWorks embedded typical routines required for the development of the source code, including the Message Queue, semaphores, the clock, priority inversion, and other common treatment interruption.
uCOS16
- 8052小型操作系统, 用Keil C编译器, 能进行任务切换, 信号量管理.-8052 operating systems, with Keil C compiler, capable of switching tasks, semaphores management.
vxworks1
- 在电力行业中的应用,vxworks的应用程序,其中包括消息,信号量,和多任务调度的应用-in the power industry, the application vxworks applications, including news, semaphores, and multi-task scheduling application
EnTeHandle_1
- EnTeHandle可以让你查看当前进程打开的句柄。句柄可以是文件、事件、互斥信号量等等。此外,你也可以查看进程当前打开的DLL,线程信息,进程内存,甚至是动态更新。也可以搜索dll和句柄-EnTeHandle can let you see the current process opened handle. Can handle documents, events, etc. mutex semaphores. In addition, you can view the current pr
Productor_Consumer
- 1、在Windows系统环境下,用Windows API编程实现操作系统经典同步问题。 2、理解和运用信号量、PV原语、进程间的同步互斥关系等基本知识。 3、在实习过程中,加强对于进程同步概念的理解,对于实验进行分析。 4、掌握在Windows环境下多线程(进程)程序设计的一些基本方法。 -1, in the Windows system environment, Using Windows API programming operating system classic syn
project3
- 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.
example-4
- This example demonstrates the use of Semaphores, Threads, and Timers. Three \"Filler\" threads are created that loop waiting for a while and then adding a value to the end of a circular buffer. The main thread removes words from the buff
semaphores
- 嵌入式操作系统 VxWorks 开发环境tornado中信号量的应用,如创建、释放、销毁等。
productor_consumer
- 生产者与消费者问题,用信号量实现!linux环境下的C代码-Producer and consumer issues, using semaphores to achieve! C code in linux environment
sem
- 使用信号量模拟ucos中优先级反转的问题-Analog ucos the use of semaphores in the Priority Inversion Problem
OS_projectC_Mutex
- You are asked to design and implement a simulator for university life where lecturers provide lectures (credits) and students attend lectures (credits) to graduate. This simulator uses a bounded circular buffer shared by lecturers and students. Lectu
UCOSIImulti-taskswitchroutine
- 三个任务分别通过UART0输出0X01,0X02,0X03,可以学习理解信号量的基本用法及多任务的调度方法-Three tasks respectively, through UART0 output 0X01, 0X02, 0X03, can learn to understand the basic usage of semaphores and multi-task scheduling method
Semaphores.tar
- Simple example of implementation of Semaphores.
pthread
- pthread同步信号量解决生产者消费者问题-pthread producer consumer synchronization semaphores to solve the problem
semaphores
- C implementation of the semaphores !
led_os_sem_fiq
- AT91SAM7X256-EK平台,MDK开发环境,使用快速中断和信号量来控制LED-AT91SAM7X256-EK platform, MDK development environment, using fast interrupts and semaphores to control the LED
ucos_Pri_Reverse
- uC/OS优先级翻转演示.这个程序演示基本的天花板优先级的解决。程序启动具有三个不同优先级的任务,每个任务请求,获得 * ,释放互斥信号量,完成一系列动作。-uC/OS Priority Inversion presentation. This program demonstrates the basic solution to the ceiling priority. Program starts with three different priority tasks, each ta
xinhaoliang
- 实现计数信号量的同步,还有二进制信号量的同步,从中可以从可以比较出二者的不同。-Counting semaphores to achieve synchronization, as well as a binary semaphore synchronization, from which you can compare from the difference between the two.
semaphores
- Linux Semaphores posix implementation with all cases including deadlocks and events