摘要: Linux内核中提供一个定时器机制,我们只需要申请一个 struct time_list timing; 系统初始化定时器 init_timer( &timing) struct timer_list { struct list_head entry; //定时值基于jiffies unsigne... 阅读全文
posted @ 2013-09-01 10:12 noanswertome 阅读(585) 评论(0) 推荐(0)