码迷,mamicode.com
首页 > 其他好文 > 详细

todo:内核态信号量

时间:2017-08-23 11:54:23      阅读:158      评论:0      收藏:0      [点我收藏+]

标签:struct   获取   semaphore   sem   rup   ble   int   interrupt   nbsp   

1、semaphore

struct semaphore g_logic_func_sem;

down_interruptible(&g_logic_func_sem) 

up(&g_logic_func_sem);

sema_init(&g_logic_func_sem, 1);

1)是否支持嵌套获取?

2)各种down的接口

 

todo:内核态信号量

标签:struct   获取   semaphore   sem   rup   ble   int   interrupt   nbsp   

原文地址:http://www.cnblogs.com/soul-stone/p/7417055.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!