/Zephyr-Core-3.6.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.6.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.6.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.6.0/tests/kernel/sched/metairq/ |
D | CMakeLists.txt | 5 project(preempt) project
|
/Zephyr-Core-3.6.0/tests/kernel/sched/preempt/ |
D | CMakeLists.txt | 5 project(preempt) project
|
/Zephyr-Core-3.6.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.6.0/drivers/timer/ |
D | Kconfig.nrf_rtc | 35 higher priority contexts (including ZLIs) that might preempt the
|
/Zephyr-Core-3.6.0/include/zephyr/kernel/ |
D | thread.h | 101 uint16_t preempt; member
|
/Zephyr-Core-3.6.0/tests/drivers/uart/uart_async_rx/src/ |
D | main.c | 290 int preempt = 1000; in stress_test() local 311 ZTRESS_THREAD(consumer, &test_data, 0, preempt, Z_TIMEOUT_TICKS(20))); in stress_test()
|
/Zephyr-Core-3.6.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.6.0/subsys/bluetooth/controller/ll_sw/nordic/lll/ |
D | lll.c | 81 static void preempt(void *param); 1062 static struct mayfly mfy = {0, 0, &link, NULL, preempt}; in preempt_ticker_cb() 1074 static void preempt(void *param) in preempt() function
|
/Zephyr-Core-3.6.0/samples/kernel/metairq_dispatch/ |
D | README.rst | 48 constant latency under all circumstances because it can preempt all
|
/Zephyr-Core-3.6.0/kernel/ |
D | sched.c | 67 return thread->base.preempt <= _PREEMPT_THRESHOLD; in is_preempt()
|
D | Kconfig | 42 threads always preempt preemptible threads.
|
/Zephyr-Core-3.6.0/doc/services/zbus/ |
D | index.rst | 147 careful with publications inside ISR because the scheduler won't preempt the VDED. Use that wisely. 366 preempt T1, avoiding unbounded priority inversion;
|
/Zephyr-Core-3.6.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.5.rst | 255 * Added Kconfig to maximize BIG event length and preempt PTO & CTRL subevents
|
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
|
/Zephyr-Core-3.6.0/doc/kernel/services/threads/ |
D | index.rst | 281 to preempt all other threads (and other meta-IRQ threads) at lower
|
/Zephyr-Core-3.6.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.6.0/subsys/bluetooth/controller/ |
D | Kconfig.ll_sw_split | 424 advertising events to preempt the BIG events but allow higher radio
|
/Zephyr-Core-3.6.0/doc/hardware/porting/ |
D | arch.rst | 184 always preempt them.
|