u/sink: Use U_TRACE_SET_THREAD_NAME

This commit is contained in:
Jakob Bornecrantz 2022-11-20 11:32:45 +00:00
parent b49dc593b8
commit 8b0e7675e4
3 changed files with 3 additions and 3 deletions

View file

@ -58,7 +58,7 @@ struct u_sink_force_genlock
static void *
force_genlock_mainloop(void *ptr)
{
SINK_TRACE_MARKER();
U_TRACE_SET_THREAD_NAME("Sink Genlock");
struct u_sink_force_genlock *q = (struct u_sink_force_genlock *)ptr;
struct xrt_frame *frames[2] = {NULL, NULL};

View file

@ -129,7 +129,7 @@ queue_refclear(struct u_sink_queue *q)
static void *
queue_mainloop(void *ptr)
{
SINK_TRACE_MARKER();
U_TRACE_SET_THREAD_NAME("Sink Queue");
struct u_sink_queue *q = (struct u_sink_queue *)ptr;
struct xrt_frame *frame = NULL;

View file

@ -53,7 +53,7 @@ struct u_sink_queue
static void *
queue_mainloop(void *ptr)
{
SINK_TRACE_MARKER();
U_TRACE_SET_THREAD_NAME("Sink Queue");
struct u_sink_queue *q = (struct u_sink_queue *)ptr;
struct xrt_frame *frame = NULL;