From 883af6aa527c4d0b43adc99c19e1cbb53153a7a0 Mon Sep 17 00:00:00 2001 From: Samuel Thibault Date: Sat, 8 Feb 2025 21:25:55 +0100 Subject: Add names to threads --- lwip/port/netif/hurdethif.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'lwip/port/netif/hurdethif.c') diff --git a/lwip/port/netif/hurdethif.c b/lwip/port/netif/hurdethif.c index f2103566..84eb7db7 100644 --- a/lwip/port/netif/hurdethif.c +++ b/lwip/port/netif/hurdethif.c @@ -544,6 +544,8 @@ hurdethif_device_init (struct netif *netif) static void * hurdethif_input_thread (void *arg) { + pthread_setname_np (pthread_self (), "input"); + ports_manage_port_operations_one_thread (etherport_bucket, hurdethif_demuxer, 0); -- cgit v1.2.3