xv6/spinlock.h

4 lines
54 B
C

struct spinlock {
uint locked;
uint locker_pc;
};