mesa/src/gallium/auxiliary/driver_ddebug
Yonggang Luo a9e2c699aa util/c11: Update function u_thread_create to be c11 conformance
Do not assume thrd_t to be a pointer or integer, as the C11 standard tells us:
  thrd_t: implementation-defined complete object type identifying a thread
At https://en.cppreference.com/w/c/thread
So we always return the thread creation return code instead of thrd_t value, and judge the return
code properly.

Signed-off-by: Yonggang Luo <luoyonggang@gmail.com>
Reviewed-by: Jesse Natalie <jenatali@microsoft.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/15087>
2022-06-15 17:37:17 +00:00
..
dd_context.c util/c11: Update function u_thread_create to be c11 conformance 2022-06-15 17:37:17 +00:00
dd_draw.c gallium/ddebug: implement pipe_vertex_state callbacks 2022-04-20 22:15:43 +00:00
dd_pipe.h gallivm/st/lvp: add flags arg to get_query_result_resource api. 2022-02-15 10:12:01 +10:00
dd_public.h
dd_screen.c gallium/ddebug: implement pipe_vertex_state callbacks 2022-04-20 22:15:43 +00:00
dd_util.h