``````static void hook_of_scheduler(struct rt_thread* from, struct rt_thread* to) { rt_kprintf("from: %s --> to: %s ", from->name , to->name); } ``` 如上代码,from和to分别是切换前的线程和切换至的线程,它们是怎么传递给from和to形参的呢?
查看更多
回到 顶部
发布 问题
分享 好友
手机 浏览
投诉 建议
回到 底部