There is a concept called CLOCK_MONOTONIC_RAW (since Linux 2.6.28; Linux-specific), May C2x provide TIME_MONOTONIC_RAW in future or can we just implement TIME_MONOTONIC with CLOCK_MONOTONIC_RAW on Linux? When implement mesa vulkan driver, it's ask for CLOCK_MONOTONIC_RAW at https://gitlab.freedesktop.org/mesa/mesa/-/blob/c6c5949ff70a47c47795fe9161a7514173b5be24/src/vulkan/runtime/vk_device.c#L557 May intention is using C2x timespec_get to replace function vk_clock_gettime but it's lack of TIME_MONOTONIC_RAW, so I don't know what's the best way On Fri, Sep 23, 2022 at 10:25 PM Jₑₙₛ Gustedt wrote: > > Hello, > I have started to compile a document that tries to collect everything > a C library needs for C23 compliance: > > https://htmlpreview.github.io/?https://icube-forge.unistra.fr/icps/c23-library/-/raw/main/README.html > > This is by far not complete and I will try to fill the holes in the > next weeks. Let me know if you have any particular > questions/remarks/additions. > > Thanks > Jₑₙₛ > > -- > :: INRIA Nancy Grand Est ::: Camus ::::::: ICube/ICPS ::: > :: :::::::::::::::::::::: gsm France : +33 651400183 :: > :: ::::::::::::::: gsm international : +49 15737185122 :: > :: http://icube-icps.unistra.fr/index.php/Jens_Gustedt :: -- 此致 礼 罗勇刚 Yours sincerely, Yonggang Luo