Searched refs:TICK_SLOP (Results 1 – 1 of 1) sorted by relevance
28 #define TICK_SLOP 4 macro157 zassert_true(dt >= (PERTHREAD_SLICE_TICKS - TICK_SLOP), in slice_expired()158 "slice expired >%d ticks too soon (dt=%d)", TICK_SLOP, dt); in slice_expired()159 zassert_true((dt - PERTHREAD_SLICE_TICKS) <= TICK_SLOP, in slice_expired()160 "slice expired >%d ticks late (dt=%d)", TICK_SLOP, dt); in slice_expired()