commit 2025-10-07 10:33 edit a bit ZCppMain/ZCProcess.H

This commit is contained in:
2025-10-07 10:33:13 +09:00
parent ca5d86f1c6
commit abf5c28c43

View File

@ -1261,6 +1261,13 @@ namespace ZNsMain
VB_Return = true;
}/*
if(!this->mb_WakeCond && !this->mb_WaitCond)*/
else // '작업'이 발생해 잠들지 않고 계속 작업하는 경우.
{
this->mb_WaitCond = false;
this->mb_WakeCond = false;
}/*
else // '작업'이 발생해 잠들지 않고 계속 작업하는 경우.*/
}
this->TMutexCondData::UnLock();