commit 2025-10-07 10:33 edit a bit ZCppMain/ZCProcess.H
This commit is contained in:
@ -1261,6 +1261,13 @@ namespace ZNsMain
|
|||||||
VB_Return = true;
|
VB_Return = true;
|
||||||
}/*
|
}/*
|
||||||
if(!this->mb_WakeCond && !this->mb_WaitCond)*/
|
if(!this->mb_WakeCond && !this->mb_WaitCond)*/
|
||||||
|
|
||||||
|
else // '작업'이 발생해 잠들지 않고 계속 작업하는 경우.
|
||||||
|
{
|
||||||
|
this->mb_WaitCond = false;
|
||||||
|
this->mb_WakeCond = false;
|
||||||
|
}/*
|
||||||
|
else // '작업'이 발생해 잠들지 않고 계속 작업하는 경우.*/
|
||||||
}
|
}
|
||||||
this->TMutexCondData::UnLock();
|
this->TMutexCondData::UnLock();
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user