|
Voxia OS v0.0.1
Hobby Project Operating System Targeting x86-64
|
#include <spinlock.h>
Data Fields | |
| uint16_t | now_serving |
| uint16_t | next_ticket |
Definition at line 10 of file spinlock.h.
| uint16_t spinlock_t::next_ticket |
Definition at line 12 of file spinlock.h.
| uint16_t spinlock_t::now_serving |
Definition at line 11 of file spinlock.h.