VerySource

 找回密码
 立即注册
搜索
热搜: 活动 交友 discuz
查看: 710|回复: 1

interruptible_sleep_on_timeout(&keypad_thread->queue, HZ/100);

[复制链接]

1

主题

1

帖子

2.00

积分

新手上路

Rank: 1

积分
2.00
发表于 2020-1-27 17:20:01 | 显示全部楼层 |阅读模式
假如cpu的Frequency是260MHZ,
#define HZ 100
那么interruptible_sleep_on_timeout(&keypad_thread->queue, HZ/100);
大约是等待多少时间?公式是什么?
回复

使用道具 举报

0

主题

8

帖子

9.00

积分

新手上路

Rank: 1

积分
9.00
发表于 2020-3-10 00:30:01 | 显示全部楼层
节自 LDD2
sleep_on_timeout(wait_queue_head_t *queue,
interruptible_sleep_on_timeout(wait_queue_
long timeout);
These two functions behave like the previous two, with
sleep will last no longer than the given timeout period. specified
in "jiffies", which are covered in Chapter 6.


#define HZ 100 代表1秒钟的时钟滴答数
你这个是10ms (1/100s)



回复

使用道具 举报

您需要登录后才可以回帖 登录 | 立即注册

本版积分规则

Archiver|手机版|CopyRight © 2008-2023|verysource.com ( 京ICP备17048824号-1 )

快速回复 返回顶部 返回列表