Files
ladybird/Kernel
Andreas Kling bc1da7f1fd Kernel: Snooze the NetworkTask until there are incoming packets to process.
This is accomplished using a new Alarm class and a BlockedSnoozing state.
Basically, you call Process::snooze_until(some_alarm) and then the scheduler
won't wake up the process until some_alarm.is_ringing() returns true.
2019-03-20 17:09:46 +01:00
..
2019-01-23 05:14:00 +01:00
2019-02-26 15:52:06 +01:00
2019-01-23 05:14:00 +01:00
2019-01-23 05:14:00 +01:00
2019-02-01 03:50:06 +01:00
2018-12-03 00:39:25 +01:00
2018-12-03 00:39:25 +01:00
2019-01-13 04:31:16 +01:00
2018-10-17 16:48:43 +02:00
2019-03-20 04:34:14 +01:00
2019-03-13 17:17:07 +01:00
2019-03-20 04:34:14 +01:00
2018-12-24 23:10:48 +01:00