#include <spinlock.h>
Data Fields | |
| uint | locked |
| char * | name |
| struct cpu * | cpu |
| uint | pcs [10] |
Definition at line 2 of file spinlock.h.
Definition at line 3 of file spinlock.h.
Referenced by acquire(), holding(), initlock(), and release().
| char* spinlock::name |
struct cpu* spinlock::cpu [read] |
Definition at line 7 of file spinlock.h.
Referenced by acquire(), holding(), initlock(), and release().
| uint spinlock::pcs[10] |
1.5.6