view src/ptable.h @ 382:663e69a94246

...
author anatofuz
date Mon, 20 Jul 2020 15:10:40 +0900
parents 718e7398b2c3
children
line wrap: on
line source

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