fix(os): run case on win

This commit is contained in:
afwerar 2022-05-25 19:13:16 +08:00
parent 21bc9335de
commit e144303190
1 changed files with 1 additions and 1 deletions

View File

@ -1458,7 +1458,7 @@ _return:
}
void ctgUpdateThreadFuncUnexpectedStopped(void) {
if (CTG_IS_LOCKED(&gCtgMgmt.lock)) CTG_UNLOCK(CTG_READ, &gCtgMgmt.lock);
if (CTG_IS_LOCKED(&gCtgMgmt.lock) == TD_RWLATCH_WRITE_FLAG_COPY) CTG_UNLOCK(CTG_READ, &gCtgMgmt.lock);
}
void* ctgUpdateThreadFunc(void* param) {