[mpp_time_test]: Add timer test case

Change-Id: I65d4da1431fb68d0e8482aafb30dbeb651156d28
Signed-off-by: Herman Chen <herman.chen@rock-chips.com>
This commit is contained in:
Herman Chen
2021-05-17 20:02:25 +08:00
parent 44e96b5fc0
commit a8ac97e5a9
2 changed files with 25 additions and 2 deletions

View File

@@ -249,8 +249,6 @@ static void *mpp_timer_thread(void *ctx)
return NULL;
}
mpp_log("timer %p start looping\n", impl);
while (1) {
if (MPP_THREAD_RUNNING != thd->get_status())
break;