Home
last modified time | relevance | path

Searched refs:preempted (Results 1 – 13 of 13) sorted by relevance

/Zephyr-latest/tests/kernel/sched/preempt/src/
Dmain.c167 int preempted = &worker_threads[target] == last_thread; in validate_wakeup() local
173 zassert_true(preempted, "sleeping must let any worker run"); in validate_wakeup()
178 if (preempted) { in validate_wakeup()
191 if (preempted) { in validate_wakeup()
196 zassert_true(preempted, in validate_wakeup()
199 zassert_false(do_lock && preempted, in validate_wakeup()
202 zassert_false(preempted && src_wins, in validate_wakeup()
206 zassert_false(!preempted && target_wins, in validate_wakeup()
224 zassert_false(preempted && tie, in validate_wakeup()
/Zephyr-latest/samples/kernel/metairq_dispatch/
DREADME.rst39 delay behavior than preemptible ones, as they can only be preempted
50 preempted.
64 not be preempted except at specific instrumentation points (e.g. in
/Zephyr-latest/kernel/
DKconfig.smp64 Threads that are preempted by a local thread (a thread that is
66 trigger additional IPIs when the preempted thread is of higher
DKconfig577 be preempted by any other thread until finished.
/Zephyr-latest/subsys/usb/device/
DKconfig170 be preempted by any other thread until finished.
/Zephyr-latest/arch/arm/core/
DKconfig259 bool "Allow secure function calls to be preempted"
264 preempted. When disabled, the option indicates that such
/Zephyr-latest/doc/kernel/services/scheduling/
Dindex.rst184 time slicing, and are never preempted by a thread of equal priority.
198 A preemptible thread that does not wish to be preempted while performing
/Zephyr-latest/doc/hardware/arch/
Darm_cortex_m.rst132 As a result, context switch in Cortex-M is non-atomic, i.e. it may be *preempted* by HW interrupts,
393 System calls execute in thread mode and can be preempted by interrupts at any time. A
397 The system call dispatcher executes at SVC priority, therefore it cannot be preempted
/Zephyr-latest/doc/kernel/services/
Dinterrupts.rst42 The kernel supports **interrupt nesting**. This allows an ISR to be preempted
162 Disabling an IRQ prevents *all* threads in the system from being preempted
/Zephyr-latest/modules/trusted-firmware-m/
DKconfig.tfm56 By default we allow Zephyr preemptible threads be preempted
/Zephyr-latest/subsys/bluetooth/controller/
DKconfig.ll_sw_split421 be preempted by other event at any time.
/Zephyr-latest/doc/releases/
Drelease-notes-2.2.rst201 preempted and then later tries to Z_OOPS()
Drelease-notes-3.1.rst351 nested interrupt instead of properly returning to the preempted