commit 2025-09-07 09:58 edit ZCppMainTest/ZftMakeTuple_000.cpp

This commit is contained in:
2025-09-07 00:58:41 +09:00
parent 154890d939
commit 1bb328a4bb
2 changed files with 14 additions and 2 deletions

View File

@ -42,7 +42,7 @@ namespace ZNsMain
{
this->TypeBase::template Init<ZCMutexCondData&>(AR_CMutexCond);
/*@@@@@@@@@*/ AR_CMutexCond.Lock(); /*@@@@@@@@@*/
/*@@@@@@@@@*/ AR_CMutexCond.Lock(); /*@@@@@@@@@*/
{
__for1(int, i, CI_RepeatCnt)
{
@ -82,7 +82,7 @@ namespace ZNsMain
}
AR_CMutexCond.WakeCond();
/*@@@@@@@@@*/ AR_CMutexCond.UnLock(); /*@@@@@@@@@*/
/*@@@@@@@@@*/ AR_CMutexCond.UnLock(); /*@@@@@@@@@*/
}/*
void Fini(ZCMutexCondData& AR_CMutexCond)*/