mesa/src/gallium/tests
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
..
graw tests/graw: rename shaders from .sh to .txt 2022-06-01 08:23:46 +00:00
python/tests/regress/fragment-shader
trivial gallium: add take_ownership into set_sampler_views to skip reference counting 2021-08-20 15:04:20 +00:00
unit util/c11: Update function u_thread_create to be c11 conformance 2022-06-15 17:37:17 +00:00
meson.build