Searched full:scheduling (Results 1 – 25 of 167) sorted by relevance
1234567
/Zephyr-latest/lib/posix/options/ |
D | sched.c | 33 * @brief Get scheduling parameters 48 * @brief Get scheduling policy 62 * @brief Set scheduling parameters 77 * @brief Set scheduling policy
|
D | Kconfig.sched | 8 bool "POSIX priority-based process scheduling" 10 This enables POSIX scheduling APIs (_POSIX_PRIORITY_SCHEDULING).
|
/Zephyr-latest/tests/benchmarks/sched_queues/ |
D | README.rst | 1 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/ |
D | sched.h | 19 * 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/ |
D | main.c | 39 * @brief Test scheduling 41 * @defgroup kernel_sched_tests Scheduling Tests
|
/Zephyr-latest/drivers/timer/ |
D | Kconfig.gecko | 21 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/ |
D | prj-assert.conf | 4 # May be enabled for GitHub CI to reduce host scheduling noise while running
|
/Zephyr-latest/subsys/bluetooth/controller/ll_sw/nordic/lll/ |
D | lll_vendor.h | 14 * 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/ |
D | thread_metric_readme.txt | 19 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/ |
D | prj_tst_llcp.conf | 23 # LLCP Refactored controller does not support Advanced Scheduling yet
|
D | prj_dut_llcp.conf | 25 # LLCP Refactored controller does not support Advanced Scheduling yet
|
/Zephyr-latest/tests/arch/arc/arc_dsp_sharing/src/ |
D | main.c | 21 * Enable round robin scheduling to allow both the low priority complex in generic_setup()
|
/Zephyr-latest/doc/introduction/ |
D | index.rst | 76 **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/ |
D | main.c | 23 * Enable round robin scheduling to allow both the low priority pi in generic_setup()
|
/Zephyr-latest/tests/benchmarks/sched_userspace/ |
D | README.rst | 5 latencies (not scaling performance) of specific low level scheduling
|
/Zephyr-latest/doc/kernel/services/scheduling/ |
D | index.rst | 3 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/ |
D | irq.h | 203 * @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/ |
D | README.rst | 5 latencies (not scaling performance) of specific low level scheduling
|
/Zephyr-latest/doc/kernel/services/ |
D | index.rst | 24 Scheduling, Interrupts, and Synchronization 27 These pages cover basic kernel services related to thread scheduling and 34 scheduling/index.rst
|
/Zephyr-latest/drivers/ethernet/ |
D | Kconfig.stm32_hal | 54 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/ |
D | index.rst | 15 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/ |
D | tm_cooperative_scheduling_test.c | 16 /** 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()
|
D | tm_preemptive_scheduling_test.c | 16 /** 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/ |
D | README.rst | 13 are generated. This demonstrates that kernel scheduling, communication,
|
/Zephyr-latest/kernel/include/ |
D | priority_q.h | 18 /* Dumb Scheduling */ 28 /* Scalable Scheduling */ 34 /* Multi Queue Scheduling */
|
1234567