util: Remove the need of _MTX_INITIALIZER_NP by using simple_mtx_t/SIMPLE_MTX_INITIAL...
authorYonggang Luo <luoyonggang@gmail.com>
Tue, 6 Sep 2022 14:12:45 +0000 (22:12 +0800)
committerMarge Bot <emma+marge@anholt.net>
Thu, 20 Oct 2022 01:32:47 +0000 (01:32 +0000)
commit8f9e336aedb98957bc56b8ef566346e924d21eaf
tree2b701991e5995945754a7bba04b3ebabc17aa780
parent44901ebd97de76d9cfdbca2a87488af4c642ea6b
util: Remove the need of _MTX_INITIALIZER_NP by using simple_mtx_t/SIMPLE_MTX_INITIALIZER in u_debug_memory.c

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/19154>
src/util/u_debug_memory.c