mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-08-11 18:50:50 +00:00
Kernel: Use TimerQueue for SIGALRM
This commit is contained in:
parent
601a688b6f
commit
4c1e27ec65
Notes:
sideshowbarker
2024-07-19 01:05:49 +09:00
Author: https://github.com/tomuta
Commit: 4c1e27ec65
Pull-request: https://github.com/SerenityOS/serenity/pull/4298
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