sched
网络释义:调度(scheduling);进程调度;进程调度程序
1.调度(scheduling) ... 14.11 atexit- 程序关闭回调 14.12 sched- 定时事件调度器 15.1 gettext- 消息编目 ...
5.调度进程 OS_TCBInit 这两个函数。 OS_Sched 进行进程调度。 OS_Sched 进入调度例程 …
7.任务调度 stk_size: 为1000, OS_Sched 任务调度 1;/* Reserve the entry to prevent others *// /保留入口,防止其它任务占用此优先级 ...
造句带翻译释义:,进程调度,进程调度程序1.This is closest to the spirit of the RTSJ but it does differ from the SCHED_OTHER policy used for regular Java threads.这与RTSJ的精神最为接近,但确实与用于普通Java线程的SCHED_OTHER策略不同。
2.Finally, the task_struct sits at the top, which fully describes the task and includes the sched_entity structure.最后,task_struct位于顶端,它完整地描述任务并包含sched_entity结构。
3.It exports a set of variables to the global namespace like $os, $pkg, $user, $proc, and $sched .它将一组变量导出到全局名称空间,例如$os、$pkg、$user、$proc和$sched。
4.The primordial thread remains a regular Java thread and runs with a non-RT (SCHED_OTHER) policy.原始线程仍然是一个普通Java线程并利用非RT(SCHED_OTHER)策略运行。
5.Each scheduler module needs to implement a set of functions as suggested by struct sched_class.每个调度程序模块需要实现structsched_class建议的一组函数。
6.sched_features: Contains information about various debugging-related features.sched_features:包含各种与调试相关的特性的信息。
7.Furthermore, at any point, CFS promises to run sched_period ahead because the task last scheduled would run again within that window.此外,在任何时刻,CFS都承诺超前运行sched_period,因为最后执行调度的任务将在这个时限内再次运行。
8.This function simply picks the left-most task from the red-black tree and returns the associated sched_entity.此函数只是从红黑树中获取最左端的任务并返回相关sched_entity。
9.SCHED_RR and SCHED_FIFO are intended to be used by applications requiring more deterministic and timely needs.SCHED_RR和SCHED_FIFO主要用于具有更高的确定性和时限需求的应用程序。
10.The SCHED_OTHER policy is used for traditional user tasks such as program-development tools, office applications, and Web browsers.SCHED_OTHER策略用于传统用户任务,如程序开发工具、办公应用程序和Web浏览器。