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