搜索优化
网页
图片
视频
学术
词典
地图
更多
航班
笔记本
run queue
美
英
un.
正在运行的队列
网络
运行队列;可运行队列中;可执行队列
英汉
网络释义
un.
1.
正在运行的队列
1.
运行队列
每个
运行队列
(
runqueue
)有两个优先级数组(active和expired),一个活跃的,一个过期的。优先级数据在kernel/sched.c中被定义…
blog.csdn.net
|
基于51个网页
2.
可运行队列中
可运行队列中
(
runqueue
)所有可运行进程的总和(包括活跃进程和过期进程)runqueue.curr Process descriptor pointer of the curre…
blog.csdn.net
|
基于13个网页
3.
可执行队列
1,
可执行队列
(
runqueue
)调度程序中最基本的数据结构是可执行队列(runqueue),其结构定义于kernel/sched.c中.可执行队列是给 …
blog.chinaunix.net
|
基于2个网页
4.
执行伫列
中英对照 ... process termination 行程结束
runqueue
执行伫列
address binding 位址连结 ...
www.docstoc.com
|
基于 1 个网页
5.
进程队列
每个数组中有140个就绪
进程队列
(
runqueue
),每个队列对应于140个 优先级的某一个。由一个位图来指示哪些队列是空的,哪 …
www.360doc.com
|
基于 1 个网页
更多释义
收起释义
例句
释义:
全部
全部
,
正在运行的队列
正在运行的队列
,
运行队列
运行队列
,
可运行队列中
可运行队列中
,
可执行队列
可执行队列
类别:
全部
全部
,
口语
口语
,
书面语
书面语
,
标题
标题
,
技术
技术
来源:
全部
全部
,
字典
字典
,
网络
网络
难度:
全部
全部
,
简单
简单
,
中等
中等
,
难
难
更多例句筛选
收起例句筛选
1.
Each
runqueue
supports
140
priorities
,
with
the
top
100
used
for
real-time
tasks
,
and
the bottom 40 for
user
tasks
.
每个
runqueue
支持
140
个
优先级
,
前面
的
100
个
用于
实时
任务
,
而
后面
的
40
个
用于
用户
任务
。
www.ibm.com
2.
The
first
100
priority
lists
of
the
runqueue
are
reserved
for
real-time
tasks
,
and the last
40
are
used
for
user
tasks
(
see
Figure
1
)
.
运行
队列
的
前
100
个
优先
级
列表
保留
给
实时
任务
使用
,
后
40
个
用于
用户
任务
(
参见
图
1
)
。
www.ibm.com
3.
Tasks
that
are
scheduled
to
execute
are
added
to the
end
of their
respective
runqueue
's
priority
list
.
被
调度
执行
的
任务
都会
被
添加
到
各自
运行
队列
优先
级
列表
的
末尾
。
www.ibm.com
4.
When
tasks
are
created
in
an
SMP
system
,
they
're
placed
on
a
given
CPU
's
runqueue
.
在
SMP
系统
中
创建
任务
时
,
这些
任务
都
被
放
到
一个
给定
的
CPU
运行
队列
中
。
www.ibm.com
5.
In addition
,
with
a
runqueue
per
processor
,
a
task
generally
shares affinity with
a
CPU
and
can
better
utilize
the
CPU
's
hot
cache
.
另外
,
由于
每个
处理器
都
有
一个
运行
队列
,
因此
任务
通常
都
是
与
CPU
密切相关
的
,
可以
更好
地
利用
CPU
的
热
缓存
。
www.ibm.com
6.
The
result
was
idle
processors
awaiting
release
of
the
runqueue
lock
and
decreased
efficiency
.
结果
是
空闲
处理器
只能
等待
这个
处理器
释放
出
运行
队列
锁
,
这样
会
造成
效率
的
降低
。
www.ibm.com
7.
When
a
task
on the
active
runqueue
uses all
of
its
time
slice
,
it
's
moved
to
the
expired
runqueue
.
当
活动
运行
队列
中
的
一个
任务
用光
自己
的
时间
片
之后
,
它
就
被
移动
到
过期
运行
队列
(
expiredrunqueue
)
中
。
www.ibm.com
8.
The 2
.
6
kernel
maintains
a
pair
of runqueues
for
each
processor
(
the
expired
and
active
runqueues
)
.
内核
为
每个
处理器
维护
两
个
runqueue
(
过期
的
和
活动
的
runqueue
)
。
www.ibm.com
9.
For
each
runqueue
,
there
is
a
structure
holding
information
about
the
associated
red
-
black
tree
.
对于
每个
运行
队列
,
都
提供
了
一种
结构
来
保存
相关
红
黑
树
的
信息
。
www.ibm.com
10.
The 2
.
6 scheduler doesn't use
a
single
lock
for
scheduling
;
instead
,
it
has
a
lock
on
each
runqueue
.
版本
的
调度
器
不是
使用
一个
锁
进行
调度
;
相反
,
它
对
每个
运行
队列
都
有
一个
锁
。
www.ibm.com
1
2