函数源码 |
Source File:include\linux\sched.h |
Create Date:2022-07-27 06:58:36 |
首页 | Copyright©Brick |
1769 1770 1771 1772 | static inline int test_tsk_need_resched( struct task_struct *tsk) { return unlikely(test_tsk_thread_flag(tsk,TIF_NEED_RESCHED)); } |