Home
last modified time | relevance | path

Searched refs:preempt (Results 1 – 25 of 28) sorted by relevance

12

/Zephyr-Core-3.6.0/tests/kernel/workq/work_queue/
DREADME.txt36 - 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/
DREADME.rst17 * :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/
Dmain.c162 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/
DCMakeLists.txt5 project(preempt) project
/Zephyr-Core-3.6.0/tests/kernel/sched/preempt/
DCMakeLists.txt5 project(preempt) project
/Zephyr-Core-3.6.0/samples/philosophers/
DREADME.rst23 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/
DKconfig.nrf_rtc35 higher priority contexts (including ZLIs) that might preempt the
/Zephyr-Core-3.6.0/include/zephyr/kernel/
Dthread.h101 uint16_t preempt; member
/Zephyr-Core-3.6.0/tests/drivers/uart/uart_async_rx/src/
Dmain.c290 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/
Dlll.c70 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/
Dlll.c81 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/
DREADME.rst48 constant latency under all circumstances because it can preempt all
/Zephyr-Core-3.6.0/kernel/
Dsched.c67 return thread->base.preempt <= _PREEMPT_THRESHOLD; in is_preempt()
DKconfig42 threads always preempt preemptible threads.
/Zephyr-Core-3.6.0/doc/services/zbus/
Dindex.rst147 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/
Drelease-notes-1.7.rst230 * ``ZEP-929`` - Verify the preempt-thread-only and coop-thread-only configurations
Drelease-notes-1.12.rst45 * kernel/sched: Don't preempt cooperative threads
Drelease-notes-3.0.rst1170 * :github:`40129` - 'tests/net/socket/tls/net.socket.tls.preempt' fails with 'qemu_cortex_a9'
Drelease-notes-2.6.rst1214 * :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…
Drelease-notes-3.5.rst255 * Added Kconfig to maximize BIG event length and preempt PTO & CTRL subevents
Drelease-notes-3.3.rst3329 * :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/
Dindex.rst281 to preempt all other threads (and other meta-IRQ threads) at lower
/Zephyr-Core-3.6.0/doc/hardware/arch/
Darm_cortex_m.rst326 Zero latency IRQs have minimal interrupt latency, as they will always preempt regular HW
/Zephyr-Core-3.6.0/subsys/bluetooth/controller/
DKconfig.ll_sw_split424 advertising events to preempt the BIG events but allow higher radio
/Zephyr-Core-3.6.0/doc/hardware/porting/
Darch.rst184 always preempt them.

12