mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-08-12 11:09:18 +00:00
Kernel: Add TimeManagement::now_as_timeval()
Hide the implementation of time-of-day computation in TimeManagement.
This commit is contained in:
parent
2dc051c866
commit
2d35810e0a
Notes:
sideshowbarker
2024-07-19 06:36:55 +09:00
Author: https://github.com/awesomekling
Commit: 2d35810e0a
3 changed files with 8 additions and 2 deletions
|
@ -60,6 +60,8 @@ public:
|
|||
|
||||
static bool is_hpet_periodic_mode_allowed();
|
||||
|
||||
static timeval now_as_timeval();
|
||||
|
||||
private:
|
||||
explicit TimeManagement(bool probe_non_legacy_hardware_timers);
|
||||
bool probe_and_set_legacy_hardware_timers();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue