函数逻辑报告 |
Source Code:kernel\time\posix-timers.c |
Create Date:2022-07-27 11:46:06 |
Last Modify:2020-03-12 14:18:49 | Copyright©Brick |
首页 | 函数Tree |
注解内核,赢得工具 | 下载SCCT | English |
函数名称:unlock_timer
函数原型:static inline void unlock_timer(struct k_itimer *timr, unsigned long flags)
返回类型:void
参数:
类型 | 参数 | 名称 |
---|---|---|
struct k_itimer * | timr | |
unsigned long | flags |
164 | spin_unlock_irqrestore( & it_lock, flags) |
名称 | 描述 |
---|---|
posixtimer_rearm | This function is exported for use by the signal deliver code. It is* called just prior to the info block being released and passes that* block to us. It's function is to update the overrun entry AND to* restart the timer |
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. |
do_timer_gettime | Get the time remaining on a POSIX.1b interval timer. |
SYSCALL_DEFINE1 | Get the number of overruns of a POSIX |
timer_wait_running | On PREEMPT_RT this prevent priority inversion against softirq kthread in* case it gets preempted while executing a timer callback. See comments in* hrtimer_cancel_wait_running. For PREEMPT_RT=n this just results in a* cpu_relax(). |
do_timer_settime | |
SYSCALL_DEFINE1 | Delete a POSIX.1b interval timer. |
源代码转换工具 开放的插件接口 | X |
---|---|
支持:c/c++/esqlc/java Oracle/Informix/Mysql 插件可实现:逻辑报告 代码生成和批量转换代码 |