mirror of
https://gitlab.freedesktop.org/monado/monado.git
synced 2025-01-29 01:48:31 +00:00
t/hand: Use U_TRACE_SET_THREAD_NAME
This commit is contained in:
parent
c9bbeac70a
commit
3a2dfd850c
|
@ -63,7 +63,7 @@ ht_async_impl(struct t_hand_tracking_async *base)
|
||||||
static void *
|
static void *
|
||||||
ht_async_mainloop(void *ptr)
|
ht_async_mainloop(void *ptr)
|
||||||
{
|
{
|
||||||
XRT_TRACE_MARKER();
|
U_TRACE_SET_THREAD_NAME("Hand Tracking: Async");
|
||||||
|
|
||||||
struct ht_async_impl *hta = (struct ht_async_impl *)ptr;
|
struct ht_async_impl *hta = (struct ht_async_impl *)ptr;
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue