Function report |
Source Code:kernel\time\posix-cpu-timers.c |
Create Date:2022-07-28 10:47:39 |
| Last Modify:2020-03-12 14:18:49 | Copyright©Brick |
| home page | Tree |
| Annotation kernel can get tool activity | Download SCCT | Chinese |
Name:cleanup_timerqueue
Proto:static void cleanup_timerqueue(struct timerqueue_head *head)
Type:void
Parameter:
| Type | Parameter | Name |
|---|---|---|
| struct timerqueue_head * | head |
| 451 | head = NULL |
| Name | Describe |
|---|---|
| cleanup_timers | Clean out CPU timers which are still armed when a thread exits. The* timers are only removed from the list. No other updates are done. The* corresponding posix timers are still accessible, but cannot be rearmed.* This must be called with the siglock held. |
| 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 |