Searched refs:PERTHREAD_SLICE_TICKS (Results 1 – 1 of 1) sorted by relevance
27 #define PERTHREAD_SLICE_TICKS 64 macro157 zassert_true(dt >= (PERTHREAD_SLICE_TICKS - TICK_SLOP), in slice_expired()159 zassert_true((dt - PERTHREAD_SLICE_TICKS) <= TICK_SLOP, in slice_expired()195 k_thread_time_slice_set(&t[0], PERTHREAD_SLICE_TICKS, slice_expired, &t[0]); in ZTEST()