6 lines
72 B
C
6 lines
72 B
C
struct spinlock {
|
|
char *name;
|
|
uint locked;
|
|
uint pc;
|
|
int cpu;
|
|
};
|