Runnable Queue的意思|示意
可运行队列
Runnable Queue的网络常见释义
可运行队列 系统维护一个 VCPU 的可运行队列(runnable queue),对所有当前周期内还有可运行时间的 VCPU按照时限递增的顺序进行排序。
Runnable Queue相关例句
Each CPU on a system has its own dedicated run queue, which is a list of runnable threads sorted by thread priority value.
系统上的每个CPU都有自己专用的运行队列,该队列是按线程优先级值排序的可运行线程的列表。
A run queue is a list of runnable threads, sorted by thread priority value.
运行队列是由运行线程所组成的列表,按照线程优先级的值进行排序。
The amount of threads in the run queue. These are threads that are runnable, but the CPU is not available to execute them.
当前运行队列中线程的数目。代表线程处于可运行状态,但CPU还未能执行。