git-svn-id: svn://db.shs.com.ru/pip@713 12ceb7fc-bf1f-11e4-8940-5bc7170c53b5
This commit is contained in:
@@ -189,6 +189,8 @@ PIThread::~PIThread() {
|
||||
if (!running_ || PRIVATE->thread == 0) return;
|
||||
#ifdef FREERTOS
|
||||
piCout << "FREERTOS can't terminate pthreads!";
|
||||
void * ret(0);
|
||||
pthread_join(PRIVATE->thread, &ret);
|
||||
#endif
|
||||
#ifndef WINDOWS
|
||||
# ifdef ANDROID
|
||||
|
||||
Reference in New Issue
Block a user