Home
last modified time | relevance | path

Searched full:scheduling (Results 1 – 25 of 167) sorted by relevance

1234567

/Zephyr-latest/lib/posix/options/
Dsched.c33 * @brief Get scheduling parameters
48 * @brief Get scheduling policy
62 * @brief Set scheduling parameters
77 * @brief Set scheduling policy
DKconfig.sched8 bool "POSIX priority-based process scheduling"
10 This enables POSIX scheduling APIs (_POSIX_PRIORITY_SCHEDULING).
/Zephyr-latest/tests/benchmarks/sched_queues/
DREADME.rst1 Scheduling Queue Measurements
4 A Zephyr application developer may choose between three different scheduling
8 determine which scheduling algorithm may best suit the developer's application.
/Zephyr-latest/include/zephyr/posix/
Dsched.h19 * Other mandatory scheduling policy. Must be numerically distinct. May
25 /* Cooperative scheduling policy */
28 /* Priority based preemptive scheduling policy */
/Zephyr-latest/tests/kernel/sched/schedule_api/src/
Dmain.c39 * @brief Test scheduling
41 * @defgroup kernel_sched_tests Scheduling Tests
/Zephyr-latest/drivers/timer/
DKconfig.gecko21 scheduling. Kernel tick duration should be at least 6 BURTC clock
24 2. In general, accuracy of real-time scheduling by kernel will be
/Zephyr-latest/tests/benchmarks/posix/threads/
Dprj-assert.conf4 # May be enabled for GitHub CI to reduce host scheduling noise while running
/Zephyr-latest/subsys/bluetooth/controller/ll_sw/nordic/lll/
Dlll_vendor.h14 * Value include max end, start and scheduling CPU usage times.
22 * PHY, scheduling and receiving auxiliary PDUs.
27 * scheduling and receiving auxiliary PDUs.
/Zephyr-latest/tests/benchmarks/thread_metric/
Dthread_metric_readme.txt19 1.2. Cooperative Scheduling Test
27 result of the cooperative scheduling test.
29 1.3. Preemptive Scheduling Test
114 tm_cooperative_scheduling_test.c Cooperative scheduling test
115 tm_preemptive_scheduling_test.c Preemptive scheduling test
/Zephyr-latest/tests/bsim/bluetooth/ll/edtt/hci_test_app/
Dprj_tst_llcp.conf23 # LLCP Refactored controller does not support Advanced Scheduling yet
Dprj_dut_llcp.conf25 # LLCP Refactored controller does not support Advanced Scheduling yet
/Zephyr-latest/tests/arch/arc/arc_dsp_sharing/src/
Dmain.c21 * Enable round robin scheduling to allow both the low priority complex in generic_setup()
/Zephyr-latest/doc/introduction/
Dindex.rst76 **Multiple Scheduling Algorithms**
77 Zephyr provides a comprehensive set of thread scheduling choices:
79 * Cooperative and Preemptive Scheduling
81 * Meta IRQ scheduling implementing "interrupt bottom half" or "tasklet"
/Zephyr-latest/tests/kernel/fpu_sharing/generic/src/
Dmain.c23 * Enable round robin scheduling to allow both the low priority pi in generic_setup()
/Zephyr-latest/tests/benchmarks/sched_userspace/
DREADME.rst5 latencies (not scaling performance) of specific low level scheduling
/Zephyr-latest/doc/kernel/services/scheduling/
Dindex.rst3 Scheduling chapter
35 Scheduling Algorithm
43 However, when both earliest-deadline-first scheduling is enabled
46 to have the higher priority. Thus, when earliest-deadline-first scheduling is
93 features make it incompatible with features like deadline scheduling that
127 it may cause an unacceptable delay in the scheduling of other threads,
158 it may cause an unacceptable delay in the scheduling of other threads,
/Zephyr-latest/include/zephyr/arch/arm/
Dirq.h203 * @brief Macro to register an ISR Dispatcher (with or without re-scheduling
233 * - Similar to direct interrupts, scheduling decisions are optional. Unlike
241 * re-scheduling upon ISR function. Set flag
242 * 'no_reschedule' to skip thread re-scheduling
/Zephyr-latest/tests/benchmarks/sched/
DREADME.rst5 latencies (not scaling performance) of specific low level scheduling
/Zephyr-latest/doc/kernel/services/
Dindex.rst24 Scheduling, Interrupts, and Synchronization
27 These pages cover basic kernel services related to thread scheduling and
34 scheduling/index.rst
/Zephyr-latest/drivers/ethernet/
DKconfig.stm32_hal54 Switching between preemptive and cooperative scheduling can be done by
56 Preemptive scheduling can lead to more responsive handling of network traffic,
/Zephyr-latest/doc/services/sensing/
Dindex.rst15 arbitration, sampling, timing, scheduling and sensor based power management.
18 and a scheduling framework over sensor object relationships.
69 management and scheduling.
80 * Scheduling
/Zephyr-latest/tests/benchmarks/thread_metric/src/
Dtm_cooperative_scheduling_test.c16 /** Cooperative Scheduling Test */
33 /* This file defines the cooperative scheduling test. */
79 /* Define the cooperative scheduling test initialization. */
210 printf("**** Thread-Metric Cooperative Scheduling Test **** Relative Time: %lu\n", in tm_cooperative_thread_report()
Dtm_preemptive_scheduling_test.c16 /** Preemptive Scheduling Test */
33 /* This file defines the preemptive scheduling test. */
79 /* Define the preemptive scheduling test initialization. */
242 printf("**** Thread-Metric Preemptive Scheduling Test **** Relative Time: %lu\n", in tm_preemptive_thread_report()
/Zephyr-latest/samples/synchronization/
DREADME.rst13 are generated. This demonstrates that kernel scheduling, communication,
/Zephyr-latest/kernel/include/
Dpriority_q.h18 /* Dumb Scheduling */
28 /* Scalable Scheduling */
34 /* Multi Queue Scheduling */

1234567