The open source OpenXR runtime
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

comp/multi: Name the multi-system-compositor thread.

+2 -1
+2 -1
src/xrt/compositor/multi/comp_multi_system.c
··· 8 8 * @ingroup comp_multi 9 9 */ 10 10 11 + #include "os/os_threading.h" 11 12 #include "xrt/xrt_gfx_native.h" 12 13 13 14 #include "os/os_time.h" ··· 355 356 multi_main_loop(struct multi_system_compositor *msc) 356 357 { 357 358 COMP_TRACE_MARKER(); 358 - 359 + os_thread_helper_name(&(msc->oth), "Multi-System Compositor", L"Multi-System Compositor"); 359 360 struct xrt_compositor *xc = &msc->xcn->base; 360 361 361 362 //! @todo Don't make this a hack.