Function report |
Source Code:kernel\time\posix-timers.c |
Create Date:2022-07-28 10:46:17 |
Last Modify:2020-03-12 14:18:49 | Copyright©Brick |
home page | Tree |
Annotation kernel can get tool activity | Download SCCT | Chinese |
Name:posix_timer_event
Proto:int posix_timer_event(struct k_itimer *timr, int si_private)
Type:int
Parameter:
Type | Parameter | Name |
---|---|---|
struct k_itimer * | timr | |
int | si_private |
313 | ret = -1 |
325 | si_sys_private = si_private |
327 | type = If Not (it_sigev_notify & deliver to thread ) Then PIDTYPE_TGID Else PIDTYPE_PID |
328 | ret = send_sigqueue(sigq, it_pid, type) |
330 | Return ret > 0 |
Name | Describe |
---|---|
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. |
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 |