mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-06-03 00:42:54 +00:00
Kernel: Specify default memory order for some non-synchronizing Atomics
This commit is contained in:
parent
fb84f0ec9c
commit
901ef3f1c8
Notes:
sideshowbarker
2024-07-19 00:07:11 +09:00
Author: https://github.com/tomuta
Commit: 901ef3f1c8
Pull-request: https://github.com/SerenityOS/serenity/pull/4783
12 changed files with 44 additions and 43 deletions
|
@ -679,7 +679,7 @@ void Plan9FS::thread_main()
|
|||
dbg() << "Plan9FS: Thread terminating, error reading";
|
||||
return;
|
||||
}
|
||||
} while (!m_thread_shutdown.load(AK::MemoryOrder::memory_order_relaxed));
|
||||
} while (!m_thread_shutdown);
|
||||
dbg() << "Plan9FS: Thread terminating";
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue