mirror of
https://gitlab.freedesktop.org/monado/monado.git
synced 2024-12-28 02:26:16 +00:00
c/multi: Use U_TRACE_SET_THREAD_NAME
This commit is contained in:
parent
3a2dfd850c
commit
432bf03981
|
@ -266,7 +266,8 @@ run_func(void *ptr)
|
|||
{
|
||||
struct multi_compositor *mc = (struct multi_compositor *)ptr;
|
||||
|
||||
os_thread_helper_name(&(mc->wait_thread.oth), "Multi-Compositor Client Wait Thread");
|
||||
U_TRACE_SET_THREAD_NAME("Multi Client Module: Waiter");
|
||||
os_thread_helper_name(&mc->wait_thread.oth, "Multi Client Module: Waiter");
|
||||
|
||||
os_thread_helper_lock(&mc->wait_thread.oth);
|
||||
|
||||
|
|
|
@ -434,9 +434,8 @@ update_session_state_locked(struct multi_system_compositor *msc)
|
|||
static int
|
||||
multi_main_loop(struct multi_system_compositor *msc)
|
||||
{
|
||||
COMP_TRACE_MARKER();
|
||||
|
||||
os_thread_helper_name(&(msc->oth), "Multi-Compositor");
|
||||
U_TRACE_SET_THREAD_NAME("Multi Client Module");
|
||||
os_thread_helper_name(&msc->oth, "Multi Client Module");
|
||||
|
||||
struct xrt_compositor *xc = &msc->xcn->base;
|
||||
|
||||
|
|
Loading…
Reference in a new issue