/Zephyr-Core-3.4.0/tests/kernel/workq/work_queue/ |
D | README.txt | 36 - Submitting work 1 from preempt thread 39 - Submitting work 3 from preempt thread 42 - Submitting work 5 from preempt thread 62 - Submitting delayed work 1 from preempt thread 63 - Submitting delayed work 3 from preempt thread 64 - Submitting delayed work 5 from preempt thread 96 - Cancel delayed work from preempt thread
|
/Zephyr-Core-3.4.0/samples/basic/minimal/ |
D | README.rst | 17 * :file:`no-preempt.conf`: Disable preemption 48 :build-dir: reel_board/mt-no-preempt/ 49 :conf: "common.conf mt.conf no-preempt.conf arm.conf" 61 :build-dir: reel_board/mt-no-preempt-no-timers/ 62 :conf: "common.conf mt.conf no-preempt.conf no-timers.conf arm.conf"
|
/Zephyr-Core-3.4.0/tests/subsys/logging/log_stress/src/ |
D | main.c | 162 uint32_t preempt = 2000; in test_stress() local 170 ZTRESS_THREAD(context_handler, NULL, 0, preempt, Z_TIMEOUT_TICKS(30)), in test_stress() 171 ZTRESS_THREAD(context_handler, NULL, 0, preempt, Z_TIMEOUT_TICKS(30))); in test_stress()
|
/Zephyr-Core-3.4.0/tests/kernel/sched/metairq/ |
D | CMakeLists.txt | 5 project(preempt) project
|
/Zephyr-Core-3.4.0/tests/kernel/sched/preempt/ |
D | CMakeLists.txt | 5 project(preempt) project
|
/Zephyr-Core-3.4.0/samples/philosophers/ |
D | README.rst | 23 It is possible to run the demo in coop-only or preempt-only mode. To achieve 27 preempt-only: 38 (preempt-only) and -7 to -2 (coop-only).
|
/Zephyr-Core-3.4.0/include/zephyr/kernel/ |
D | thread.h | 100 uint16_t preempt; member
|
/Zephyr-Core-3.4.0/subsys/bluetooth/controller/ll_sw/openisa/lll/ |
D | lll.c | 70 static void preempt(void *param); 702 static struct mayfly mfy = {0, 0, &link, NULL, preempt}; in preempt_ticker_cb() 711 static void preempt(void *param) in preempt() function
|
/Zephyr-Core-3.4.0/drivers/timer/ |
D | Kconfig.nrf_rtc | 34 higher priority contexts (including ZLIs) that might preempt the
|
/Zephyr-Core-3.4.0/subsys/bluetooth/controller/ll_sw/nordic/lll/ |
D | lll.c | 77 static void preempt(void *param); 954 static struct mayfly mfy = {0, 0, &link, NULL, preempt}; in preempt_ticker_cb() 966 static void preempt(void *param) in preempt() function
|
/Zephyr-Core-3.4.0/samples/kernel/metairq_dispatch/ |
D | README.rst | 48 constant latency under all circumstances because it can preempt all
|
/Zephyr-Core-3.4.0/kernel/ |
D | sched.c | 66 return thread->base.preempt <= _PREEMPT_THRESHOLD; in is_preempt()
|
D | Kconfig | 42 threads always preempt preemptible threads.
|
/Zephyr-Core-3.4.0/doc/kernel/services/threads/ |
D | index.rst | 281 to preempt all other threads (and other meta-IRQ threads) at lower
|
/Zephyr-Core-3.4.0/doc/releases/ |
D | release-notes-1.7.rst | 230 * ``ZEP-929`` - Verify the preempt-thread-only and coop-thread-only configurations
|
D | release-notes-1.12.rst | 45 * kernel/sched: Don't preempt cooperative threads
|
D | release-notes-3.0.rst | 1170 * :github:`40129` - 'tests/net/socket/tls/net.socket.tls.preempt' fails with 'qemu_cortex_a9'
|
D | release-notes-2.6.rst | 1214 * :github:`35149` - [Coverity CID: 234410] Out-of-bounds read in tests/kernel/sched/preempt/src/mai… 1223 * :github:`35140` - [Coverity CID: 231072] Out-of-bounds access in tests/kernel/sched/preempt/src/m…
|
D | release-notes-3.3.rst | 3329 * :github:`51687` - tests-ci : net: socket: tcp.preempt test Failed 3333 * :github:`51691` - tests-ci : net: socket: tls.preempt test Failed
|
D | release-notes-2.4.rst | 1168 * :github:`27414` - Bluetooth: Controller: First advertisement does not preempt continuous scanner
|
D | release-notes-3.1.rst | 1641 * :github:`43841` - tests-ci : net: socket: tls.preempt test Timeout
|
D | release-notes-2.5.rst | 1596 * :github:`29019` - [Coverity CID :214871] Side effect in assertion in tests/kernel/sched/preempt/s…
|
/Zephyr-Core-3.4.0/doc/hardware/arch/ |
D | arm_cortex_m.rst | 326 Zero latency IRQs have minimal interrupt latency, as they will always preempt regular HW
|
/Zephyr-Core-3.4.0/doc/hardware/porting/ |
D | arch.rst | 174 always preempt them.
|