mesa/src/mapi
Yonggang Luo b2ddec4e98 c11: Implement c11/time.h with c11/impl/time.c
Create c11/time.h instead of put timespec_get in `c11/threads.h`

Creating impl folder is used to avoid `#include <time.h>` point the c11/time.h file

Detecting if `struct timespec` present with meson
Define TIME_UTC in `c11/time.h` instead `c11/threads.h`
Define `struct timespec` in `c11/time.h` when not present.
Implement timespec_get in c11/impl/time.c instead threads.h

Signed-off-by: Yonggang Luo <luoyonggang@gmail.com>
Reviewed-by: Jason Ekstrand <jason.ekstrand@collabora.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/15497>
2022-06-09 17:23:34 +00:00
..
es1api c11: Implement c11/time.h with c11/impl/time.c 2022-06-09 17:23:34 +00:00
es2api c11: Implement c11/time.h with c11/impl/time.c 2022-06-09 17:23:34 +00:00
glapi c11: Implement c11/time.h with c11/impl/time.c 2022-06-09 17:23:34 +00:00
new python: explicitly require python3 2021-08-14 21:44:31 +00:00
shared-glapi c11: Implement c11/time.h with c11/impl/time.c 2022-06-09 17:23:34 +00:00
entry.c Fix TSD stubs for non-initial-exec case (fixes #5667). 2021-12-08 00:10:29 -05:00
entry.h
entry_ppc64le_tls.h
entry_ppc64le_tsd.h
entry_x86-64_tls.h
entry_x86_tls.h
entry_x86_tsd.h Fix TSD stubs for non-initial-exec case (fixes #5667). 2021-12-08 00:10:29 -05:00
mapi_abi.py python: drop python2 support 2021-08-14 21:44:32 +00:00
mapi_glapi.c mapi: Fix shared-glapi build with MSVC 2021-09-08 07:21:26 -07:00
mapi_tmp.h
meson.build
stub.c mapi: Fix shared-glapi build with MSVC 2021-09-08 07:21:26 -07:00
stub.h
table.c mapi: Respect MESA_DEBUG=silent for no-op debug output. 2021-04-19 20:53:27 +00:00
table.h mapi: remove needless c99_compat.h includes 2022-06-02 13:09:16 +00:00
u_current.c util: Add a helper macro for defining initial-exec variables. 2021-06-02 03:10:49 +00:00
u_current.h mapi: remove needless c99_compat.h includes 2022-06-02 13:09:16 +00:00
u_execmem.c mapi: remove needless c99_compat.h includes 2022-06-02 13:09:16 +00:00
u_execmem.h