| Function report | 
| Source Code: kernel\time\posix-timers.c | Create Date:2022-07-28 10:46:41 | 
| Last Modify:2020-03-12 14:18:49 | Copyright©Brick | 
| home page | Tree | 
| Annotation kernel can get tool activity | Download SCCT | Chinese | 
Name: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().
Proto:static struct k_itimer *timer_wait_running(struct k_itimer *timer, unsigned long *flags)
Type:struct k_itimer
Parameter:
| Type | Parameter | Name | 
|---|---|---|
| struct k_itimer * | timer | |
| unsigned long * | flags | 
| 827 | unlock_timer(timer, * flags) | 
| 829 | If Not WARN_ON_ONCE(!timer_wait_running) Then timer_wait_running(timer) | 
| 834 | Return lock_timer(timer_id, flags) | 
| Name | Describe | 
|---|---|
| do_timer_settime | |
| SYSCALL_DEFINE1 | Delete a POSIX.1b interval timer. | 
| 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 |