| #
0adff0af |
| 05-Dec-2024 |
Schrodinger ZHU Yifan <yifanzhu@rochester.edu> |
[libc][windows] start time API implementation (#117775)
Add a `clock_gettime` emulation layer and use it to implement the `time` entrypoint.
For windows, the monotonic clock is emulated using `QPC`
[libc][windows] start time API implementation (#117775)
Add a `clock_gettime` emulation layer and use it to implement the `time` entrypoint.
For windows, the monotonic clock is emulated using `QPC`. The realtime clock is emulated using `GetSystemTimePreciseAsFileTime`.
show more ...
|