view src/ptable.h @ 390:dccc1cb1350c

impl kernel goto
author anatofuz
date Thu, 30 Jul 2020 17:02:53 +0900
parents 718e7398b2c3
children
line wrap: on
line source

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