Kernel: Use TimerQueue for SIGALRM

This commit is contained in:
Tom 2020-12-01 15:44:52 -07:00 committed by Andreas Kling
commit 4c1e27ec65
Notes: sideshowbarker 2024-07-19 01:05:49 +09:00
6 changed files with 43 additions and 27 deletions

View file

@ -611,7 +611,7 @@ private:
Lock m_big_lock { "Process" };
mutable SpinLock<u32> m_lock;
u64 m_alarm_deadline { 0 };
RefPtr<Timer> m_alarm_timer;
int m_icon_id { -1 };