view src/ptable.h @ 376:718e7398b2c3

define ptable.h
author anatofuz
date Tue, 07 Jul 2020 16:41:31 +0900
parents
children
line wrap: on
line source

struct {
    struct spinlock lock;
    struct proc proc[NPROC];
} ptable;