commit 2025-09-07 00:27 add ZCppMainTest/ZtCThreadEx_002_MutexCond.cpp

This commit is contained in:
2025-09-07 00:27:38 +09:00
parent 28b6010c51
commit 154890d939
5 changed files with 257 additions and 16 deletions

View File

@ -2380,7 +2380,7 @@ namespace ZNsMain
{
if(::SleepConditionVariableCS(&mo_CondVar, &mo_CritSect, AI_Mili)==TRUE)
{
return ZNsEnum::ZEThread_OK; /*#####################################*/
return ZNsEnum::ZEThread_OK;
}/*
if(::SleepConditionVariableCS(&mo_CondVar, &mo_CritSect, AI_Mili)==TRUE)*/