E-COM-NET
首页
在线工具
Layui镜像站
SUI文档
联系我们
推荐频道
Java
PHP
C++
C
C#
Python
Ruby
go语言
Scala
Servlet
Vue
MySQL
NoSQL
Redis
CSS
Oracle
SQL Server
DB2
HBase
Http
HTML5
Spring
Ajax
Jquery
JavaScript
Json
XML
NodeJs
mybatis
Hibernate
算法
设计模式
shell
数据结构
大数据
JS
消息中间件
正则表达式
Tomcat
SQL
Nginx
Shiro
Maven
Linux
rt_mutex
:Linux kernel
rt_mutex
的背景和简介
From: http://blog.chinaunix.net/uid-23146151-id-3074045.html 最近在看linux rtmutex部分的实现过程,就像他注释中写的一样,还是比较简单的。其中比较复杂的部分就是关于任务优先级继承的部分。 首先介绍优先级反转的背景。 何为优先级反转?通俗来说就是低优先级的任务抢占了高优先级的运行权。下面举出一个优
·
2015-10-30 13:24
kernel
rt_mutex
里owner的作用
在rt-thread源码中的rt_mutex_take()里有这样一段代码 if (mutex->owner == thread) { /* it's the same thread */ mutex->hold ++; } 之前不理解在什么情况下线程会重复进入其所持有锁的保护区域,后来看到Vxworks Prog
lanxinyuchs
·
2014-06-26 17:00
r
rt_mutex
do_fork --> copy_process-->rt_mutex_init_task(p); 关于
rt_mutex
,请参考Documentation/rt_mutex.txt注解:PI是
SunnyBeiKe
·
2011-10-12 14:00
linux
工具
inheritance
attributes
上一页
1
下一页
按字母分类:
A
B
C
D
E
F
G
H
I
J
K
L
M
N
O
P
Q
R
S
T
U
V
W
X
Y
Z
其他