mirror of
https://github.com/tuxbox-fork-migrations/recycled-ni-neutrino.git
synced 2025-08-31 17:31:11 +02:00
Merge branch 'master' of https://github.com/tuxbox-neutrino/gui-neutrino into ni/tuxbox
Origin commit data
------------------
Commit: ef7cf04dd7
Author: gixxpunk <thomas.harfmann@gmail.com>
Date: 2017-09-21 (Thu, 21 Sep 2017)
This commit is contained in:
@@ -58,7 +58,7 @@ CComponentsTimer::~CComponentsTimer()
|
||||
void CComponentsTimer::runSharedTimerAction()
|
||||
{
|
||||
//start loop
|
||||
string tn = "cc:"+name;
|
||||
tn = "cc:"+name;
|
||||
set_threadname(tn.c_str());
|
||||
while(tm_enable && tm_interval > 0) {
|
||||
tm_mutex.lock();
|
||||
|
@@ -65,7 +65,7 @@ class CComponentsTimer : public sigc::trackable
|
||||
|
||||
///name for the thread
|
||||
std::string name;
|
||||
|
||||
std::string tn;
|
||||
///mutex for timer
|
||||
OpenThreads::Mutex tm_mutex;
|
||||
///slot for restart signals
|
||||
|
Reference in New Issue
Block a user