首页
技术日记
编程
旅游
数码
登录
标签
scheduletimeout
schedule_timeout 函数分析
目录1. schedule_timeout1.1 函数功能1.2 参数1.3 代码1.4 流程图schedule_timeout衍生接口更新Kernel Version : 5.16.0-rc1 1. schedule_timeout
函数
scheduletimeout
admin
7月前
130
0
schedule_timeout与mdelay
schedule_timeout 该方法相当于设置一个timer,然后schedule,timer到期后process_timeout会调用wake_up_process唤醒进程。不会修改进程状
scheduletimeout
mdelay
admin
7月前
100
0