搜索资源列表
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.
semaphores
- 嵌入式操作系统 VxWorks 开发环境tornado中信号量的应用,如创建、释放、销毁等。
semaphores
- 在TORNADO下写的基于VXWORKS的多信号量通信的源代码-in writing under VxWorks-based multi-volume communications signal source code
vxWorksNormal
- vxWorks下的DEMO程序。简单示范了任务、信号量、ISR、PIPE等的使用-the DEMO procedures. A simple model of tasks, semaphores, ISR, the use PIPE
UNIX_Version_1
- 本文档是Uinx环境下的高级编程的中文版,此电子书详细介绍了Unix系统下的程序编写,系统函数调用的API接口,包括文件系统,设备驱动,任务间的通讯机制,管道,信号量消息队列等等。对学习Linux,VxWorks等类Unix嵌入式系统编程有很好的指导作用。-This document is Uinx high-level programming environment, the Chinese version, this book details the programming under Un
semaphore
- vxworks信号量通信程序,程序演示了互斥信号量和二进制信号量的使用。-vxworks semaphore communication program, the program demonstrated a mutual exclusion semaphore and the use of binary semaphores.
race_condition
- vxworks下解决共享数据竞争问题,在访问共享的数据前,使用互斥信号量对共享数据进行保护-vxworks share data to resolve the issue of competition in the access to shared data before the use of mutex semaphores to protect shared data
VxWorks_programs2
- Sample Vxworks programs to explain Priority inversion,semaphores and message queues in VxWorks.
vxworks-dead-lock
- 一个实现死锁的程序 使用两个线程 两个信号量 来实现 一个低优先级进程先semtake mutex1 .然后另个一高优先级的抢占后cpu后 分别semtake mutex2 和mutex1 然后低优先级又要semtake mutex2 -An implementation program with two threads deadlock two semaphores to implement a low-priority process first semtake mutex1. And th
multi_tasks
- 本程序通过信号量和消息队列的使用,展示了VxWorks下多任务机制的研究。-This program through the use of semaphores and message queues, shows VxWorks multi-tasking mechanism.
