函数逻辑报告 |
Source Code:kernel\time\posix-cpu-timers.c |
Create Date:2022-07-27 11:47:35 |
Last Modify:2020-03-12 14:18:49 | Copyright©Brick |
首页 | 函数Tree |
注解内核,赢得工具 | 下载SCCT | English |
函数名称:Clean out CPU timers which are still armed when a thread exits. The* timers are only removed from the list. No other updates are done. The* corresponding posix timers are still accessible, but cannot be rearmed.* This must be called with the siglock held.
函数原型:static void cleanup_timers(struct posix_cputimers *pct)
返回类型:void
参数:
类型 | 参数 | 名称 |
---|---|---|
struct posix_cputimers * | pct |
464 | cleanup_timerqueue( & tqhead) |
465 | cleanup_timerqueue( & tqhead) |
466 | cleanup_timerqueue( & tqhead) |
名称 | 描述 |
---|---|
posix_cpu_timers_exit | These are both called with the siglock held, when the current thread* is being reaped. When the final (leader) thread in the group is reaped,* posix_cpu_timers_exit_group will be called after posix_cpu_timers_exit. |
posix_cpu_timers_exit_group |
源代码转换工具 开放的插件接口 | X |
---|---|
支持:c/c++/esqlc/java Oracle/Informix/Mysql 插件可实现:逻辑报告 代码生成和批量转换代码 |