mirror of
https://github.com/tuxbox-neutrino/neutrino.git
synced 2025-08-30 08:51:10 +02:00
set threadnames to unique values
Signed-off-by: Thilo Graf <dbt@novatux.de>
This commit is contained in:
committed by
M. Liebmann
parent
141d198b29
commit
5307e62506
@@ -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");
|
||||
|
Reference in New Issue
Block a user