Function report |
Source Code:kernel\time\posix-timers.c |
Create Date:2022-07-28 10:46:15 |
Last Modify:2020-03-12 14:18:49 | Copyright©Brick |
home page | Tree |
Annotation kernel can get tool activity | Download SCCT | Chinese |
Name:The siginfo si_overrun field and the return value of timer_getoverrun(2)* are of type int. Clamp the overrun value to INT_MAX
Proto:static inline int timer_overrun_to_int(struct k_itimer *timr, int baseval)
Type:int
Parameter:
Type | Parameter | Name |
---|---|---|
struct k_itimer * | timr | |
int | baseval |
262 | sum = it_overrun_last + baseval |
Name | Describe |
---|---|
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 |
SYSCALL_DEFINE1 | Get the number of overruns of a POSIX |
Source code conversion tool public plug-in interface | X |
---|---|
Support c/c++/esqlc/java Oracle/Informix/Mysql Plug-in can realize: logical Report Code generation and batch code conversion |