util/mesa/wide: Rename _SIMPLE_MTX_INITIALIZER_NP to SIMPLE_MTX_INITIALIZER
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/18393>
This commit is contained in:
@@ -54,7 +54,7 @@ struct device_data {
|
||||
};
|
||||
|
||||
static struct hash_table_u64 *vk_object_to_data = NULL;
|
||||
static simple_mtx_t vk_object_to_data_mutex = _SIMPLE_MTX_INITIALIZER_NP;
|
||||
static simple_mtx_t vk_object_to_data_mutex = SIMPLE_MTX_INITIALIZER;
|
||||
|
||||
static inline void ensure_vk_object_map(void)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user