From 1bb328a4bbe975ff36aaeda0113df22145936aa4 Mon Sep 17 00:00:00 2001 From: sauron Date: Sun, 7 Sep 2025 00:58:41 +0900 Subject: [PATCH] commit 2025-09-07 09:58 edit ZCppMainTest/ZftMakeTuple_000.cpp --- ZCppMainTest/ZftMakeTuple_000.cpp | 12 ++++++++++++ ZCppMainTest/ZtCThreadEx_002_MutexCond.cpp | 4 ++-- 2 files changed, 14 insertions(+), 2 deletions(-) diff --git a/ZCppMainTest/ZftMakeTuple_000.cpp b/ZCppMainTest/ZftMakeTuple_000.cpp index c50c637..3aead41 100644 --- a/ZCppMainTest/ZftMakeTuple_000.cpp +++ b/ZCppMainTest/ZftMakeTuple_000.cpp @@ -77,17 +77,29 @@ namespace ZNsMain cout<TypeBase::template Init(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)*/