特牛生活网

每天一段linux内核代码——<kernel/sched.c>-CSDN博客

网友收藏
#include #include #include struct thread_t SECTION(".task0") ALIGN(PAGE_SIZE) task0; struct thread_t *current = &task0;static struct list_t *ptask_list = &(task0.link);