UbixOS
2.0
|
#include <spinlock.h>
Data Fields | |
uint32_t | locked |
struct spinLock * | next |
Definition at line 41 of file spinlock.h.
uint32_t spinLock::locked |
Definition at line 43 of file spinlock.h.
Referenced by spinTryLock(), and spinUnlock().
struct spinLock* spinLock::next |
Definition at line 42 of file spinlock.h.