History log of /llvm-project/libc/src/__support/time/windows/clock_gettime.cpp (Results 1 – 3 of 3)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
Revision tags: llvmorg-21-init, llvmorg-19.1.7, llvmorg-19.1.6
# 9a06fb7e 10-Dec-2024 Schrodinger ZHU Yifan <yifanzhu@rochester.edu>

[libc][time][windows] implement clock_getres (#118931)


# e6cf5d28 05-Dec-2024 Schrodinger ZHU Yifan <yifanzhu@rochester.edu>

Reapply "[libc][windows] start time API implementation (#117775)" (#118886)


# 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 ...