xv6-simplified 0.1
简化版xv6
|
进程相关数据结构定义 More...
Go to the source code of this file.
Data Structures | |
struct | context |
struct | trapframe |
struct | proc |
struct | cpu |
Enumerations | |
enum | procstate { UNUSED , USED , SLEEPING , RUNNABLE , RUNNING , ZOMBIE } |
Variables | |
struct cpu | cpus [NCPU] |
进程相关数据结构定义
enum procstate |