mirror of
https://gitlab.freedesktop.org/monado/monado.git
synced 2025-01-16 11:55:39 +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;
|
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);
|
os_thread_helper_lock(&mc->wait_thread.oth);
|
||||||
|
|
||||||
|
|
|
@ -434,9 +434,8 @@ update_session_state_locked(struct multi_system_compositor *msc)
|
||||||
static int
|
static int
|
||||||
multi_main_loop(struct multi_system_compositor *msc)
|
multi_main_loop(struct multi_system_compositor *msc)
|
||||||
{
|
{
|
||||||
COMP_TRACE_MARKER();
|
U_TRACE_SET_THREAD_NAME("Multi Client Module");
|
||||||
|
os_thread_helper_name(&msc->oth, "Multi Client Module");
|
||||||
os_thread_helper_name(&(msc->oth), "Multi-Compositor");
|
|
||||||
|
|
||||||
struct xrt_compositor *xc = &msc->xcn->base;
|
struct xrt_compositor *xc = &msc->xcn->base;
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue