Function report |
Source Code:kernel\time\timer.c |
Create Date:2022-07-28 10:39:58 |
| Last Modify:2020-03-12 14:18:49 | Copyright©Brick |
| home page | Tree |
| Annotation kernel can get tool activity | Download SCCT | Chinese |
Name:Called from the timer interrupt handler to charge one tick to the current* process. user_tick is 1 if the tick is user time, 0 for system.
Proto:void update_process_times(int user_tick)
Type:void
Parameter:
| Type | Parameter | Name |
|---|---|---|
| int | user_tick |
| 1721 | p = current process |
| 1732 | If IS_ENABLED(CONFIG_FOO) evaluates to 1 if CONFIG_FOO is set to 'y' or 'm',* 0 otherwise.(CONFIG_POSIX_TIMERS) Then run_posix_cpu_timers() |
| Name | Describe |
|---|---|
| tick_periodic | Periodic tick |
| 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 |