5 lines
66 B
C
5 lines
66 B
C
|
struct spinlock {
|
||
|
unsigned int locked;
|
||
|
unsigned locker_pc;
|
||
|
};
|