xv6-simplified 0.1
简化版xv6
Loading...
Searching...
No Matches
Data Structures | Enumerations | Variables
proc.h File Reference

进程相关数据结构定义 More...

This graph shows which files directly or indirectly include this file:

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]
 

Detailed Description

进程相关数据结构定义

Date
23.04.26
Author
xin
Version
0.1 @status Stable

Enumeration Type Documentation

◆ procstate

enum procstate
Enumerator
UNUSED 
USED 
SLEEPING 
RUNNABLE 
RUNNING 
ZOMBIE 

Variable Documentation

◆ cpus

struct cpu cpus[NCPU]
extern