PIEthernet TCP improvements
git-svn-id: svn://db.shs.com.ru/pip@131 12ceb7fc-bf1f-11e4-8940-5bc7170c53b5
This commit is contained in:
@@ -103,7 +103,7 @@ PIThread::~PIThread() {
|
||||
if (!running_ || thread == 0) return;
|
||||
#ifndef WINDOWS
|
||||
# ifdef ANDROID
|
||||
pthread_kill(thread, SIGSTOP);
|
||||
pthread_kill(thread, SIGTERM);
|
||||
# else
|
||||
pthread_cancel(thread);
|
||||
# endif
|
||||
|
||||
Reference in New Issue
Block a user