mirror of
https://github.com/tuxbox-neutrino/neutrino.git
synced 2025-08-27 07:23:09 +02:00
set useful thread names for all spawned threads
This commit is contained in:
committed by
svenhoefer
parent
6fdd920e42
commit
5188f721c4
@@ -2067,6 +2067,7 @@ static void print_meminfo(void)
|
||||
static void *houseKeepingThread(void *)
|
||||
{
|
||||
int count = 0, scount = 0, ecount = 0;
|
||||
set_threadname("sd:housekeeping");
|
||||
|
||||
dprintf("housekeeping-thread started.\n");
|
||||
pthread_setcanceltype (PTHREAD_CANCEL_ASYNCHRONOUS, 0);
|
||||
|
Reference in New Issue
Block a user