mirror of
https://github.com/tuxbox-fork-migrations/recycled-ni-neutrino.git
synced 2025-08-29 16:31:05 +02:00
CComponentsTimer: move mySleep call into mutex block, seems was not ok so
Origin commit data
------------------
Branch: ni/coolstream
Commit: 45623aa810
Author: Thilo Graf <dbt@novatux.de>
Date: 2015-02-28 (Sat, 28 Feb 2015)
------------------
No further description and justification available within origin commit message!
------------------
This commit was generated by Migit
This commit is contained in:
@@ -61,8 +61,8 @@ void* CComponentsTimer::initTimerThread(void *arg)
|
||||
while(timer) {
|
||||
timer->mutex.lock();
|
||||
timer->OnTimer();
|
||||
timer->mutex.unlock();
|
||||
mySleep(timer->tm_interval);
|
||||
timer->mutex.unlock();
|
||||
}
|
||||
|
||||
return 0;
|
||||
|
Reference in New Issue
Block a user