UNIX xv6 (rev8, 9/1/15)
|
#include <spinlock.h>
Data Fields | |
uint | locked |
char * | name |
struct cpu * | cpu |
uint | pcs [10] |
Definition at line 2 of file spinlock.h.
struct cpu* spinlock::cpu |
Definition at line 7 of file spinlock.h.
uint spinlock::locked |
Definition at line 3 of file spinlock.h.
char* spinlock::name |
Definition at line 6 of file spinlock.h.
uint spinlock::pcs[10] |
Definition at line 8 of file spinlock.h.