set threadnames to unique values

Signed-off-by: Thilo Graf <dbt@novatux.de>


Origin commit data
------------------
Branch: ni/coolstream
Commit: 5307e62506
Author: Stefan Seyfried <seife@tuxbox-git.slipkontur.de>
Date: 2017-06-07 (Wed, 07 Jun 2017)



------------------
This commit was generated by Migit
This commit is contained in:
Stefan Seyfried
2017-06-07 14:17:12 +02:00
committed by Michael Liebmann
parent 1409e2b754
commit b06b9394b7
9 changed files with 24 additions and 3 deletions

View File

@@ -79,6 +79,7 @@
#include <global.h>
#include <system/settings.h>
#include <system/set_threadname.h>
#include <neutrino.h>
#include <gui/color.h>
@@ -2369,6 +2370,7 @@ void CRadioText::setPid(uint inPid)
void CRadioText::run()
{
set_threadname("n:radiotext");
uint current_pid = 0;
printf("CRadioText::run: ###################### Starting thread ######################\n");