Function report |
Source Code:include\linux\hrtimer.h |
Create Date:2022-07-28 05:38:33 |
Last Modify:2020-03-12 14:18:49 | Copyright©Brick |
home page | Tree |
Annotation kernel can get tool activity | Download SCCT | Chinese |
Name:Helper function to check, whether the timer is running the callback* function
Proto:static inline int hrtimer_callback_running(struct hrtimer *timer)
Type:int
Parameter:
Type | Parameter | Name |
---|---|---|
struct hrtimer * | timer |
Name | Describe |
---|---|
hrtimer_try_to_cancel | hrtimer_try_to_cancel - try to deactivate a timer*@timer: hrtimer to stop* Returns:* * 0 when the timer was not active* * 1 when the timer was active* * -1 when the timer is currently executing the callback function and* cannot be stopped |
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 |