搜索资源列表
fairysky_0.01_20070522_092320
- 一个用于学习的操作系统,支持多任务调度和cli-for a study of the operating system, support for multi-task scheduling and cli
UCOSIIkernalschedinganalysis
- 多任务系统中,内核负责管理各个任务,或者说为每个任务分配CPU时间,并且负责任务之间的通讯。内核提供的基本服务 以使用实时内核可以大大简化应用系统的设计,是因为实时内核允许将应用分成若干个任务,由实时内核来管理它们。内核 用程序的额外负荷,代码空间增加ROM的用量,内核本身的数据结构增加了RAM的用量。但更主要的是,每个任务要有自己的 吃起内存来是相当厉害的。内核本身对CPU的占用时间一般在2到5个百分点之间。 UC/OS-II有一个精巧的内核调度算法,实时内核精小,执行效率高,
crontab
- 附件文档介绍了linux下crontab(用于任务调度)的作用,语法以及如何编写crontab-Annex document describes the linux under crontab (for the task scheduling) the role of grammar and how to write crontab
ucos-ii_test3
- 创建三个任务,使用信号量调度任务,观察任务的运行情况。-Create three tasks, scheduling tasks using semaphores to observe the operation of the task.
thread
- 概述一下原理和每个类的作用 (1): CTask 一个任务基类,作为线程的参数用 (2): CWorkThread:工作线程类,轮询检测参数是否可用,如果可用的话, 就去调用参数CTask的执 行函数Execute,如果参数不可用就等待 (3): CWorkQueue:是一个任务队列,里面装载CTask子类的对象,是一个对象的容器 (4): CWorkThreadPool:工作线程池,其中包含了工作线程组,调度线程,调度线程不停的检测 任务队列中是否有可用
ip_vs_rr
- 基于轮转的任务调度算法,主要是适用于linux的操作系统,希望对大家有帮助-Based on the rotary task scheduling algorithm, mainly is suitable for the Linux operating system, and we want to help
operatingsystem
- 此程序是在Linux下模拟操作系统的运行,有任务调度等功能-The program is under the Linux operating system in the operation of the simulation, a task scheduling etc. Function
sched_idletask
- idle-task scheduling class.
sched_stoptask
- stop-task scheduling class.
schedule-by-statemechine
- 以状态机方式实现了一个简单的任务调度模块,其中包括了对数据库,函数指针,调度linux shell的应用,超详细-The state machine approach to achieve a simple task scheduler module, including the application of the database, the function pointer, scheduling linux shell, ultra-detailed
stop_task
- stop-task scheduling class Source Code for Linux v2.13.6.
idle_task
- idle-task scheduling class for Linux v2.13.6.