2014年12月24日 星期三

linux 定時器 jiffies timer_list、hrtimer、schedule_timeout 、delayed_work、workqueue


timer_list jiffies 定時器,設置後在一段時間後會被喚醒來跑一次。
基本
http://shyuanliang.blogspot.tw/2010/12/linux-kernel.html
詳細
http://blog.csdn.net/lanmanck/article/details/4528759
深入
http://www.cnblogs.com/leaven/archive/2010/08/19/1803382.html

linux delay 機制 (timer ,、ndelay、udelay、mdelay、 msleep、msleep_interruptible、ssleep、jiffies、schedule)
http://eeepage.info/linux-busy-wait-sleep/

hrtimer 、timer_list
http://www.ibm.com/developerworks/cn/linux/l-timers-list/index.html

wait queue
http://huenlil.pixnet.net/blog/post/25190567-%5B%E8%BD%89%5Dlinux-kernel---wait-queue.

schedule_timeout
http://shyuanliang.blogspot.tw/2010/12/linux-kernel.html
delayed_work、workqueue_、hrtimer、timer_list  example


沒有留言:

張貼留言

有敘述錯誤或者是觀念有問題歡迎指正