搜索资源列表
VxWorks进程调度实践
- 对vxWorks进程调度的详细介绍,任务及任务状态及状态转移,及实现的源代码。-right scheduling process detailed descr iption of the tasks and missions State and State transfer, and implementation of the source code.
vxWorksNormal
- vxWorks下的DEMO程序。简单示范了任务、信号量、ISR、PIPE等的使用-the DEMO procedures. A simple model of tasks, semaphores, ISR, the use PIPE
webserv
- 一个vxworks下http任务socket层的实现代码-a VxWorks tasks under http socket layer to achieve code
task
- 系统两个任务之间使用二进制信号和计数式信号量实现同步-Systems use binary signals between the two tasks and counting semaphore-style synchronization
CreateTask
- tornado2.0for powerpc.在低优先级任务级中可以创建高优先级任务,通过调试-tornado2.0for powerpc. in the low-priority tasks in the class can create high-priority tasks, through debugging
Sem
- VxWorks的信号量实验代码,建立了一个多任务工程,实现了任务的互斥和同步.-The experimental VxWorks semaphore code, the establishment of a multi-task projects, the realization of a mutually exclusive and synchronization tasks.
msg_VxWorks
- 原创:vxworks的消息队列 一个任务运行时的数据和状态怎么告诉其他任务?信号量为任务间同步和互斥提供了提供了高效的方法,但它不能携带更多的任务信息。因而需要使用更高级的通讯方式,即消息队列和管道。这节主要讲消息队列。-Original: vxworks task message queue for run-time data and how to tell the status of other tasks? Semaphore for inter-task synchronizatio
watchdog
- vxworks的实时性,一般任务实现机制包括分片与抢占调度相结合,还有一个重要的体现就是看门狗的作用;-real-time vxworks, general tasks, including the realization of the mechanism and seize piecewise combination of scheduling, there is a manifestation of an important watchdog role
xiaoxiduilie
- VxWorks的嵌入式系统消息队列通信实现以下功能:系统包含三个任务,一个初始化任务(tInitTask),一个生产者任务(SendTask),一个消费者任务(ReceiveTask); (1)要求SendTask与ReceiveTask之间使用消息队列传递数据; (2)要求tInitTask能设置SendTask和ReceiveTask的优先级; (3)要求tInitTask能设置传递消息的数量和消息队列的大小。 -Embedded Systems VxWorks messag
VxWorks.semaphore.mechanism.sync.tasks
- VxWorks信号量机制任务同步资料VxWorks semaphore mechanism to sync tasks -VxWorks semaphore mechanism to sync tasks
VxWorksDemosProject
- 初学者很好的实验源码,包括任务创建管理、任务间信号量的通信、消息队列、管道等-Good test source for beginners, including the task of creating management, semaphore communication between tasks, message queues, pipes, etc.
vxworks-expriment-source-
- 嵌入式实时操作系统VxWorks实验教程(重庆大学通信工程学院),包含:多任务程序的创建和启动,时间片轮转调度,基于优先级抢占式调度,消息队列实现任务间的通信,使用二进制信号量来实现任务间的同步 ,使用互斥信号量来实现任务对共享资源的互斥访问,vxworks下任务间通信例程 等等。-Embedded real-time operating system VxWorks Experimental Course (Institute of Communication Engineering, Cho
recoverExcSigDemo
- 用信号句柄处理异常任务,是vxworks信号的基本用法。-Handle signal processing tasks with the exception, is the basic usage of vxworks signal.
Vxworksbased
- Vxworks与其它实时OS一样,基于以下两个重要机制:1.多任务环境及任务间通信2.硬件中断处理-Vxworks, like other real-time OS, based on the following two important mechanisms: 1. Multi-task environment and communication between tasks 2. Hardware interrupt handling
msgTrans
- 对vxworks下的排序实现的消息转发任务,包括队列的读取,上传和释放。-The message forwarding tasks implemented under vxworks Sort including queue read, uploading, and release.
src
- 本实验中设计了两个任务tHigh和tLow,分别访问两个共享资源,分别是useResource1和useResource2,两个任务在创建的时候用相同的优先级。-The experimental design of the two tasks tHigh and tLow, respectively, access to two shared resources, namely useResource1 and useResource2, two tasks at the same time c
test
- VxWorks 实验 编写程序实现以下功能:系统包含三个任务,一个初始化任务(tInitTask),一个生产者任务(tsendTask),一个消费者任务(treceiveTask) 要求:(1) tsendTaskt与receiveTask之间使用消息队列传递数据; (2) tInitTask能设置tsendTask和treceiveTask的优先级; (3) tInitTask能设置传递消息的数量和消息队列的大小; (4) tInitTask能设置信号量类型,输入‘
vxWorks_Lab
- vxworks初学者实验,其中包括任务的创建,任务之间的通信等。-vxworks beginner experiments, including task creation, communication between tasks.
Two_Tasks.c
- Simulate running two tasks