Function report |
Source Code:kernel\sched\core.c |
Create Date:2022-07-28 09:36:56 |
Last Modify:2022-05-22 13:40:38 | Copyright©Brick |
home page | Tree |
Annotation kernel can get tool activity | Download SCCT | Chinese |
Name:sys_sched_yield - yield the current processor to other threads.* This function yields the current CPU to other tasks. If there are no* other threads running on this CPU then this function will return.* Return: 0.
Proto:static void do_sched_yield(void)
Type:void
Parameter:Nothing
5601 | rq = this_rq_lock_irq( & rf) |
5603 | schedstat_inc(yld_count) |
5604 | yield_task(rq) |
5614 | schedule() |
Name | Describe |
---|---|
sys_sched_yield | |
yield | yield - yield the current processor to other threads |
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 |