1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-25 16:37:35 +00:00

Kernel: Use TimerQueue for SIGALRM

This commit is contained in:
Tom 2020-12-01 15:44:52 -07:00 committed by Andreas Kling
parent 601a688b6f
commit 4c1e27ec65
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 };