mesa/src/c11/impl
Yonggang Luo 66a99f619f c11: Improve timespec_get to support TIME_MONOTONIC TIME_ACTIVE TIME_THREAD_ACTIVE TIME_MONOTONIC_RAW
As c11 already provided timespec_get, to avoid symbol conflict, use c23_timespec_get as the function name
and define timespec_get c23_timespec_get to achieve that

Signed-off-by: Yonggang Luo <luoyonggang@gmail.com>
Reviewed-by: Jesse Natalie <jenatali@microsoft.com>
Acked-by: David Heidelberg <david.heidelberg@collabora.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/23733>
2023-06-20 00:05:48 +00:00
..
.editorconfig c11: Move the implementation of threads.h into c source code 2022-06-15 17:37:17 +00:00
meson.build c11: #include <threads.h> when the os/platform provide it 2022-08-18 01:02:07 +00:00
threads_posix.c c11: Remove mtx_try from mtx enums as it's not a part of c11 standard 2022-08-15 14:40:52 +00:00
threads_win32.c meson/mesa/wide: define WIN32_LEAN_AND_MEAN with pre_args 2022-10-20 03:04:56 +00:00
threads_win32.h c11: call impl_tss_dtor_invoke with tls callback for win32 2022-08-10 20:14:15 +00:00
threads_win32_tls_callback.cpp c11: call impl_tss_dtor_invoke with tls callback for win32 2022-08-10 20:14:15 +00:00
time.c c11: Improve timespec_get to support TIME_MONOTONIC TIME_ACTIVE TIME_THREAD_ACTIVE TIME_MONOTONIC_RAW 2023-06-20 00:05:48 +00:00