Searched refs:countdown (Results 1 – 1 of 1) sorted by relevance
59 int countdown = LATENCY_TIMES; in lwp_startup() local60 while (countdown) in lwp_startup()67 rt_kprintf("Press any key to stop init process startup ... %d\n", countdown); in lwp_startup()68 countdown -= 1; in lwp_startup()
Completed in 3 milliseconds