Patch for 930 release

This commit is contained in:
dengxuyue
2021-09-23 15:19:37 +08:00
parent bab3e083eb
commit 1d540f4462
3791 changed files with 481850 additions and 115139 deletions

View File

@ -84,6 +84,7 @@ void ThreadPoolStream::WaitMission()
pthread_cond_wait(m_cond, m_mutex);
}
pthread_mutex_unlock(m_mutex);
Assert(t_thrd.proc->pid == t_thrd.proc_cxt.MyProcPid);
if (m_threadStatus == THREAD_EXIT) {
StreamExit();