Function report |
Source Code:kernel\time\posix-timers.c |
Create Date:2022-07-28 10:46:32 |
Last Modify:2020-03-12 14:18:49 | Copyright©Brick |
home page | Tree |
Annotation kernel can get tool activity | Download SCCT | Chinese |
Name:CLOCKs: The POSIX standard calls for a couple of clocks and allows us* to implement others
Proto:static struct k_itimer *__lock_timer(timer_t timer_id, unsigned long *flags)
Type:struct k_itimer
Parameter:
Type | Parameter | Name |
---|---|---|
timer_t | timer_id | |
unsigned long * | flags |
600 | timr = posix_timer_by_id(timer_id) |
601 | If timr Then |
602 | spin_lock_irqsave( & it_lock, * flags) |
605 | Return timr |
607 | spin_unlock_irqrestore( & it_lock, * flags) |
611 | Return NULL |
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 |