set threadnames to unique values

This commit is contained in:
Stefan Seyfried
2015-02-28 10:53:18 +01:00
parent 5204b544b5
commit fca14b17c5
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");