mirror of
https://gitlab.freedesktop.org/monado/monado.git
synced 2025-01-27 09:01:46 +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 *
|
||||
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;
|
||||
|
||||
|
|
Loading…
Reference in a new issue