This website requires JavaScript.
Explore
Help
Sign in
Imbus
/
xv6-riscv-kernel
Watch
1
Fork
You've already forked xv6-riscv-kernel
0
Code
Issues
Pull requests
Projects
Releases
Packages
Wiki
Activity
Actions
e0966f459f
xv6-riscv-kernel
/
spinlock.h
5 lines
54 B
C
Raw
Normal View
History
Unescape
Escape
cvs add spinlock.h fix race in schedule()
2006-07-12 11:10:25 +02:00
struct
spinlock
{
add uint and standardize on typedefs instead of unsigned
2006-07-17 03:52:13 +02:00
uint
locked
;
uint
locker_pc
;
cvs add spinlock.h fix race in schedule()
2006-07-12 11:10:25 +02:00
}
;
Reference in a new issue
Copy permalink