mirror of
https://github.com/tuxbox-fork-migrations/recycled-ni-neutrino.git
synced 2025-09-02 18:31:12 +02:00
src/eitd/eitd.h: more stop debug
Origin commit data
------------------
Commit: 09616b37c3
Author: [CST] Focus <focus.cst@gmail.com>
Date: 2012-02-26 (Sun, 26 Feb 2012)
This commit is contained in:
@@ -141,9 +141,11 @@ printf("%s::Stop: to broadcast\n", name.c_str());
|
||||
pthread_cond_broadcast(&change_cond);
|
||||
printf("%s::Stop: to unlock\n", name.c_str());
|
||||
unlock();
|
||||
printf("%s::Stop: to close\n", name.c_str());
|
||||
printf("%s::Stop: to closefd\n", name.c_str());
|
||||
DMX::closefd();
|
||||
printf("%s::Stop: to join\n", name.c_str());
|
||||
int ret = (OpenThreads::Thread::join() == 0);
|
||||
printf("%s::Stop: to close\n", name.c_str());
|
||||
DMX::close();
|
||||
return ret;
|
||||
}
|
||||
|
Reference in New Issue
Block a user