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:
parent
601a688b6f
commit
4c1e27ec65
6 changed files with 43 additions and 27 deletions
|
@ -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 };
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue