mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-08-01 13:49:16 +00:00
Kernel: Rename some BlockerSets to foo_blocker_set
Cleanup after renaming BlockCondition to BlockerSet.
This commit is contained in:
parent
63f9b0d0dc
commit
e51a5e2d5d
Notes:
sideshowbarker
2024-07-18 05:21:20 +09:00
Author: https://github.com/awesomekling
Commit: e51a5e2d5d
6 changed files with 14 additions and 14 deletions
|
@ -1329,7 +1329,7 @@ private:
|
|||
Vector<HoldingLockInfo> m_holding_locks_list;
|
||||
#endif
|
||||
|
||||
JoinBlockerSet m_join_condition;
|
||||
JoinBlockerSet m_join_blocker_set;
|
||||
Atomic<bool, AK::MemoryOrder::memory_order_relaxed> m_is_active { false };
|
||||
bool m_is_joinable { true };
|
||||
bool m_handling_page_fault { false };
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue