v3dv: Don't use pthread functions on c11 mutexes
authorJason Ekstrand <jason.ekstrand@collabora.com>
Mon, 4 Apr 2022 13:40:30 +0000 (08:40 -0500)
committerMarge Bot <emma+marge@anholt.net>
Wed, 13 Apr 2022 17:22:14 +0000 (17:22 +0000)
commit30191fd9df1c6804e2041854f2bb79e7df157539
tree064c39132f15282ffb4acf3d3e792ee0fe39d26a
parent25441b5e5c3a30b3df0c6bb231e47df0e15a9dec
v3dv: Don't use pthread functions on c11 mutexes

This only works because c11/threads.h is typedeffing the c11 stuff to
ptrheads.

Reviewed-by: Alejandro PiƱeiro <apinheiro@igalia.com>
Reviewed-by: Iago Toral Quiroga <itoral@igalia.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/15704>
src/broadcom/vulkan/v3dv_device.c
src/broadcom/vulkan/v3dv_pipeline_cache.c