From 65c1d83aa6a874dba934609e4ef851edcf4e70c1 Mon Sep 17 00:00:00 2001 From: Thilo Graf Date: Wed, 30 Jun 2021 20:35:27 +0200 Subject: [PATCH] lcd4l.cpp: add threadname Origin commit data ------------------ Branch: ni/coolstream Commit: https://github.com/neutrino-images/ni-neutrino/commit/f1354e6b66a4a00af7bfba4a0905667592816376 Author: Thilo Graf Date: 2021-06-30 (Wed, 30 Jun 2021) ------------------ No further description and justification available within origin commit message! ------------------ This commit was generated by Migit --- src/driver/lcd4l.cpp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/driver/lcd4l.cpp b/src/driver/lcd4l.cpp index e6fe671e6..fdacf6eee 100644 --- a/src/driver/lcd4l.cpp +++ b/src/driver/lcd4l.cpp @@ -36,6 +36,7 @@ #include #include #include +#include #include #include @@ -294,7 +295,7 @@ void CLCD4l::Init() void *CLCD4l::LCD4lProc(void *arg) { CLCD4l *PLCD4l = static_cast(arg); - + set_threadname("lcd4l"); PLCD4l->Init(); sleep(5); //please wait !