The open source OpenXR runtime
0
fork

Configure Feed

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

u/worker: Set OS thread name as well

Part-of: <https://gitlab.freedesktop.org/monado/monado/-/merge_requests/2619>

authored by

Jakob Bornecrantz and committed by
Marge Bot
9bd3555a 413e188d

+1
+1
src/xrt/auxiliary/util/u_worker.c
··· 344 344 345 345 snprintf(t->name, sizeof(t->name), "%s: Worker", p->prefix); 346 346 U_TRACE_SET_THREAD_NAME(t->name); 347 + os_thread_name(&t->thread, t->name); 347 348 348 349 os_mutex_lock(&p->mutex); 349 350