Home
last modified time | relevance | path

Searched refs:interrupted (Results 1 – 25 of 32) sorted by relevance

12

/Zephyr-Core-3.6.0/drivers/dma/
DKconfig.nxp_edma26 bool "Set if CPU should be interrupted when CITER = BITER / 2"
30 interrupted when CITER = BITER / 2. Using this,
31 the CPU will be interrupted when CITER = BITER and
/Zephyr-Core-3.6.0/arch/xtensa/core/
Dvector_handlers.c144 static inline void *return_to(void *interrupted) in return_to() argument
148 z_get_next_switch_handle(interrupted) : interrupted; in return_to()
150 return interrupted; in return_to()
/Zephyr-Core-3.6.0/tests/kernel/context/
DREADME.txt21 - Called from an ISR (interrupted a task)
22 - Called from an ISR (interrupted a thread)
27 - Called from an ISR that interrupted a task
28 - Called from an ISR that interrupted a thread
/Zephyr-Core-3.6.0/drivers/w1/
DKconfig.zephyr_gpio25 Time critical communications operations are not interrupted while
/Zephyr-Core-3.6.0/tests/drivers/uart/uart_mix_fifo_poll/
DREADME.txt2 being interrupted by another uart API call. That includes uart_poll_out called
/Zephyr-Core-3.6.0/drivers/sensor/adt7310/
DKconfig51 higher priority. The thread is cooperative and will not be interrupted by
/Zephyr-Core-3.6.0/drivers/can/
DKconfig.mcp251xfd45 higher priority. The thread is cooperative and will not be interrupted by
/Zephyr-Core-3.6.0/doc/services/virtualization/
Divshmem.rst21 thus to be interrupted as well itself (ivshmem-doorbell).
/Zephyr-Core-3.6.0/subsys/logging/
DKconfig.mode25 flawlessly in that mode because one log operation can be interrupted
DKconfig.formatting130 As a result, processing on one log message cannot be interrupted by
/Zephyr-Core-3.6.0/tests/benchmarks/latency_measure/
DREADME.rst9 * Time to switch from ISR back to interrupted thread
42 …isr.resume.interrupted.thread.kernel - Return from ISR to interrupted thread : …
96 …isr.resume.interrupted.thread.kernel - Return from ISR to interrupted thread : …
/Zephyr-Core-3.6.0/subsys/dfu/
DKconfig49 "Fix double swap on interrupted revert" mcuboot patch
/Zephyr-Core-3.6.0/kernel/include/
Dksched.h58 void *z_get_next_switch_handle(void *interrupted);
/Zephyr-Core-3.6.0/subsys/logging/backends/
DKconfig.rtt102 # interrupted by an interrupt.
/Zephyr-Core-3.6.0/doc/kernel/services/other/
Datomic.rst50 in mid-increment if a thread calling the function is interrupted if
/Zephyr-Core-3.6.0/kernel/
Dsched.c1189 void *z_get_next_switch_handle(void *interrupted) in z_get_next_switch_handle() argument
1209 arch_cohere_stacks(old_thread, interrupted, new_thread); in z_get_next_switch_handle()
1237 old_thread->switch_handle = interrupted; in z_get_next_switch_handle()
1248 _current->switch_handle = interrupted; in z_get_next_switch_handle()
/Zephyr-Core-3.6.0/doc/kernel/services/smp/
Dsmp.rst40 does not: the fact that your CPU will not be interrupted while you are
293 is either the interrupted thread's "handle" reflecting the same opaque type
299 the caller-saved registers on the current thread's stack when interrupted
/Zephyr-Core-3.6.0/doc/services/pm/
Ddevice.rst68 transaction that cannot be interrupted.
/Zephyr-Core-3.6.0/doc/hardware/porting/
Darch.rst186 * After handling an interrupt, if a cooperative thread was interrupted, the
255 In this case, the context switch must only be invoked when the interrupted
267 * If the interrupted thread is not preemptible, do not invoke it.
431 get interrupted or not by an interrupt before going to sleep. There are
/Zephyr-Core-3.6.0/scripts/
Dspelling.txt875 interruptted||interrupted
876 interupted||interrupted
/Zephyr-Core-3.6.0/subsys/debug/
DKconfig191 performed for the interrupted thread
/Zephyr-Core-3.6.0/boards/posix/doc/
Darch_soc.rst106 which could be interrupted on actual hardware, will stall the execution of
/Zephyr-Core-3.6.0/doc/kernel/services/threads/
Dindex.rst284 and can still be interrupted by any hardware interrupt.
/Zephyr-Core-3.6.0/doc/releases/
Drelease-notes-3.4.rst1177 * Fixed blocking :c:func:`recv` not being interrupted on socket close.
1178 * Fixed blocking :c:func:`accept` not being interrupted on socket close.
/Zephyr-Core-3.6.0/doc/kernel/services/
Dinterrupts.rst150 interrupted until it has explicitly unlocked its IRQ lock.

12