函数源码 |
Source File:include\linux\sched.h |
Create Date:2022-07-27 06:58:35 |
首页 | Copyright©Brick |
1694 1695 1696 1697 | #ifdef CONFIG_SMP extern void kick_process( struct task_struct *tsk); #else static inline void kick_process( struct task_struct *tsk) { } |