Searched refs:preempted (Results 1 – 13 of 13) sorted by relevance
/Zephyr-latest/tests/kernel/sched/preempt/src/ |
D | main.c | 167 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/ |
D | README.rst | 39 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/ |
D | Kconfig.smp | 64 Threads that are preempted by a local thread (a thread that is 66 trigger additional IPIs when the preempted thread is of higher
|
D | Kconfig | 577 be preempted by any other thread until finished.
|
/Zephyr-latest/subsys/usb/device/ |
D | Kconfig | 170 be preempted by any other thread until finished.
|
/Zephyr-latest/arch/arm/core/ |
D | Kconfig | 259 bool "Allow secure function calls to be preempted" 264 preempted. When disabled, the option indicates that such
|
/Zephyr-latest/doc/kernel/services/scheduling/ |
D | index.rst | 184 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/ |
D | arm_cortex_m.rst | 132 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/ |
D | interrupts.rst | 42 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/ |
D | Kconfig.tfm | 56 By default we allow Zephyr preemptible threads be preempted
|
/Zephyr-latest/subsys/bluetooth/controller/ |
D | Kconfig.ll_sw_split | 421 be preempted by other event at any time.
|
/Zephyr-latest/doc/releases/ |
D | release-notes-2.2.rst | 201 preempted and then later tries to Z_OOPS()
|
D | release-notes-3.1.rst | 351 nested interrupt instead of properly returning to the preempted
|