Lines Matching full:ms
49 #define WASTED_TIME 1000 /* 1ms */
105 * For native_posix it works, with a tick of 10ms. In general this test will
121 * WASTED_TIME us (1ms) right after 2*one_tick_time in ZTEST()
139 /* The thread should have used WASTED_TIME us (1ms) after in ZTEST()
213 * 10ms
230 /* Just after ONE_TICK_TIME (10ms) the timer interrupt has come, in ZTEST()
231 * causing a delay of WASTED_TIME (1ms), so the k_busy_wait() in ZTEST()
232 * returns immediately as it was waiting for 10.001 ms in ZTEST()
246 /* Just after ONE_TICK_TIME (10ms) the timer interrupt has come, in ZTEST()
247 * causing a delay of WASTED_TIME (1ms), after that, the k_busy_wait() in ZTEST()
248 * continues until 15ms in ZTEST()
263 /* Just after ONE_TICK_TIME (10ms) the timer interrupt has come, in ZTEST()
264 * causing a delay of WASTED_TIME (1ms), but posix_cpu_hold continues in ZTEST()
265 * until it spends 10.001 ms in this context. That is 11.001ms in total in ZTEST()
279 /* Just after ONE_TICK_TIME (10ms) the timer interrupt has come, in ZTEST()
280 * causing a delay of WASTED_TIME (1ms), but posix_cpu_hold continues in ZTEST()
281 * until it spends 15ms in this context. That is 16ms in total in ZTEST()