bug-hurd
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[PATCH v3 0/1] Add a mach host operation which returns elapsed time sinc


From: Zhaoming Luo
Subject: [PATCH v3 0/1] Add a mach host operation which returns elapsed time since bootup
Date: Mon, 23 Dec 2024 12:41:13 +0800

Compared with v2, an atomic operation is used to avoid data race. About
the idea suggested by Luca, exposing the uptime with a kernel device
that can be memory mapped, I haven't came out with an implementation I'm happy
with. Any suggestion is welcome :).

Zhaoming Luo (1):
  Add a mach host operation which returns elapsed time since bootup

 include/mach/mach_host.defs |  7 +++++++
 kern/mach_clock.c           | 19 +++++++++++++++++++
 2 files changed, 26 insertions(+)

-- 
2.45.2




reply via email to

[Prev in Thread] Current Thread [Next in Thread]