Home
last modified time | relevance | path

Searched full:timeslicing (Results 1 – 15 of 15) sorted by relevance

/Zephyr-latest/tests/benchmarks/app_kernel/
Dtestcase.yaml37 benchmark.kernel.application.timeslicing:
43 benchmark.kernel.application.user.timeslicing:
/Zephyr-latest/kernel/
DCMakeLists.txt100 timeslicing.c)
DKconfig631 config TIMESLICING config
643 depends on TIMESLICING
654 depends on TIMESLICING
662 depends on TIMESLICING
/Zephyr-latest/tests/kernel/workq/critical/src/
Dmain.c161 TC_PRINT("Enable timeslicing at %u\n", k_uptime_get_32()); in regression_thread()
/Zephyr-latest/drivers/timer/
Dintel_adsp_timer.c191 * the benefit of timeslicing).
/Zephyr-latest/doc/kernel/services/timing/
Dclocks.rst235 call because of timeslicing requirements (see below).
262 Because there may be no other hardware available to drive timeslicing,
/Zephyr-latest/doc/develop/api/
Dterminology.rst53 Note that in the case of timeslicing, or reschedule points executed from
/Zephyr-latest/doc/introduction/
Dindex.rst83 * Timeslicing: Enables time slicing between preemptible threads of equal
/Zephyr-latest/doc/kernel/services/scheduling/
Dindex.rst169 .. image:: timeslicing.svg
/Zephyr-latest/doc/releases/
Drelease-notes-1.8.rst215 * ``ZEP-948`` - Revisit the timeslicing algorithm
Drelease-notes-1.9.rst66 * Timeslicing and tickless kernel improvements
Drelease-notes-1.14.rst1386 * :github:`14096` - Timeslicing is broken
2230 * :github:`7193` - tickless and timeslicing don't play well together
Drelease-notes-2.3.rst1298 * :github:`20585` - z_clock_announce starvation with timeslicing active
Drelease-notes-3.1.rst312 * The timeslicing API now allows slice times to be controlled
/Zephyr-latest/include/zephyr/
Dkernel.h1114 * To disable timeslicing, set both @a slice and @a prio to zero.