index
:
xv6-labs-2022/.git
util
origin/HEAD
origin/cow
origin/pgtbl
origin/riscv
origin/syscall
origin/traps
origin/util
Unnamed repository; edit this file 'description' to name the repository.
root
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
spinlock.h
blob: f866b4c918b3cce1df06e26570ee1b23677b1c02 (
plain
)
1
2
3
4
5
6
struct
spinlock
{
char
*
name
;
uint
locked
;
uint
pcs
[
10
];
int
cpu
;
};