mirror of
https://github.com/wichtounet/thor-os.git
synced 2025-09-19 09:35:15 -04:00
Safety
This commit is contained in:
parent
667cb60182
commit
a0557a8971
@ -13,8 +13,8 @@
|
|||||||
|
|
||||||
struct sleep_queue {
|
struct sleep_queue {
|
||||||
private:
|
private:
|
||||||
scheduler::sleep_queue_ptr* head = nullptr;
|
volatile scheduler::sleep_queue_ptr* head = nullptr;
|
||||||
scheduler::sleep_queue_ptr* tail = nullptr;
|
volatile scheduler::sleep_queue_ptr* tail = nullptr;
|
||||||
|
|
||||||
public:
|
public:
|
||||||
void wake_up(){
|
void wake_up(){
|
||||||
|
Loading…
x
Reference in New Issue
Block a user