The open source OpenXR runtime
0
fork

Configure Feed

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

c/mutli: Error log on failing semaphore wait

+4
+4
src/xrt/compositor/multi/comp_multi_compositor.c
··· 200 200 } while (true); 201 201 202 202 xrt_compositor_semaphore_reference(xcsem_ptr, NULL); 203 + 204 + if (ret != XRT_SUCCESS) { 205 + U_LOG_E("Semaphore waiting failed!"); 206 + } 203 207 } 204 208 205 209 static void