mirror of
https://github.com/RGBCube/serenity
synced 2025-05-31 18:18:12 +00:00
Kernel: Stop using *LockRefPtr for Kernel::Timer
This commit is contained in:
parent
83b409083b
commit
496d918e92
9 changed files with 42 additions and 39 deletions
|
@ -875,7 +875,7 @@ private:
|
|||
Mutex m_big_lock { "Process"sv, Mutex::MutexBehavior::BigLock };
|
||||
Mutex m_ptrace_lock { "ptrace"sv };
|
||||
|
||||
LockRefPtr<Timer> m_alarm_timer;
|
||||
SpinlockProtected<RefPtr<Timer>, LockRank::None> m_alarm_timer;
|
||||
|
||||
SpinlockProtected<UnveilData, LockRank::None> m_unveil_data;
|
||||
SpinlockProtected<UnveilData, LockRank::None> m_exec_unveil_data;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue