函数逻辑报告 |
Source Code:kernel\time\posix-timers.c |
Create Date:2022-07-27 11:46:12 |
Last Modify:2020-03-12 14:18:49 | Copyright©Brick |
首页 | 函数Tree |
注解内核,赢得工具 | 下载SCCT | English |
函数名称:posix_timer_event
函数原型:int posix_timer_event(struct k_itimer *timr, int si_private)
返回类型:int
参数:
类型 | 参数 | 名称 |
---|---|---|
struct k_itimer * | timr | |
int | si_private |
313 | ret等于负1 |
325 | si_sys_private等于si_private |
327 | type等于如果非it_sigev_notify按位与deliver to thread 的值则PIDTYPE_TGID否则单一进程 |
328 | ret等于send_sigqueue(sigq, it_pid, type) |
330 | 返回:ret大于0 |
名称 | 描述 |
---|---|
posix_timer_fn | This function gets called when a POSIX.1b interval timer expires. It* is used as a callback from the kernel internal timer. The* run_timer_list code ALWAYS calls with interrupts on.* This code is for CLOCK_REALTIME* and CLOCK_MONOTONIC* timers. |
cpu_timer_fire | The timer is locked, fire it and arrange for its reload. |
源代码转换工具 开放的插件接口 | X |
---|---|
支持:c/c++/esqlc/java Oracle/Informix/Mysql 插件可实现:逻辑报告 代码生成和批量转换代码 |