fix timer bug in posix_support for XiZi kernel

This commit is contained in:
Liu_Weichao
2023-10-11 09:34:14 +08:00
parent ca0ef77764
commit f962cf6919
3 changed files with 15 additions and 10 deletions
@@ -301,7 +301,9 @@ void CheckTimerList(void)
((WorkQueueDoneType *)sys_workq->done)->WorkSubmit((WorkqueueType *)sys_workq->property, t->t_work, 0);
lock = CriticalAreaLock();
} else {
KPrintf("sortlist run unactive timer(%s), quit this timer\n", t->name);
// KPrintf("sortlist run unactive timer(%s), current %d deadline %d quit this timer\n",
// t->name, current_tick, t->deadline_timeslice);
break;
}
}
else