mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2025-12-25 02:10:11 +01:00
gallium: use os_time.h
This commit is contained in:
parent
bcace317c7
commit
f6bcce0308
1 changed files with 2 additions and 2 deletions
|
|
@ -32,7 +32,7 @@
|
|||
#include "util/u_memory.h"
|
||||
#include "util/u_simple_list.h"
|
||||
#include "util/u_network.h"
|
||||
#include "util/u_time.h"
|
||||
#include "os/os_time.h"
|
||||
|
||||
#include "tgsi/tgsi_parse.h"
|
||||
|
||||
|
|
@ -798,7 +798,7 @@ PIPE_THREAD_ROUTINE(trace_rbug_thread, void_tr_rbug)
|
|||
debug_printf("trace_rbug - remote debugging listening on port %u\n", --port);
|
||||
|
||||
while(tr_rbug->running) {
|
||||
util_time_sleep(1);
|
||||
os_time_sleep(1);
|
||||
|
||||
c = u_socket_accept(s);
|
||||
if (c < 0)
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue