util: Remove os/os_thread.h and replace #include "os/os_thread.h" with #include "util/u_thread.h"

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/19557>
This commit is contained in:
Yonggang Luo
2022-11-06 19:57:55 +08:00
committed by Marge Bot
parent a72d57fe26
commit 7fe5fec747
68 changed files with 65 additions and 108 deletions

View File

@@ -27,7 +27,7 @@
#include "util/u_debug.h"
#include "u_debug_stack.h"
#include "util/hash_table.h"
#include "os/os_thread.h"
#include "util/u_thread.h"
static hash_table *symbol_table;
static simple_mtx_t table_mutex = SIMPLE_MTX_INITIALIZER;