summaryrefslogtreecommitdiff
path: root/video.c
diff options
context:
space:
mode:
Diffstat (limited to 'video.c')
-rw-r--r--video.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/video.c b/video.c
index b7c80c2..f2f1b06 100644
--- a/video.c
+++ b/video.c
@@ -5709,6 +5709,7 @@ void VideoDisplayHandler(void)
pthread_mutex_init(&VideoLockMutex, NULL);
pthread_cond_init(&VideoWakeupCond, NULL);
pthread_create(&VideoThread, NULL, VideoDisplayHandlerThread, NULL);
+ pthread_setname_np(VideoThread, "softhddev video");
//pthread_detach(VideoThread);
}
}