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;
|
if (!running_ || PRIVATE->thread == 0) return;
|
||||||
#ifdef FREERTOS
|
#ifdef FREERTOS
|
||||||
piCout << "FREERTOS can't terminate pthreads!";
|
piCout << "FREERTOS can't terminate pthreads!";
|
||||||
|
void * ret(0);
|
||||||
|
pthread_join(PRIVATE->thread, &ret);
|
||||||
#endif
|
#endif
|
||||||
#ifndef WINDOWS
|
#ifndef WINDOWS
|
||||||
# ifdef ANDROID
|
# ifdef ANDROID
|
||||||
|
|||||||
Reference in New Issue
Block a user