Home
last modified time | relevance | path

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

12

/Zephyr-latest/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-latest/arch/xtensa/core/
Dvector_handlers.c272 static inline void *return_to(void *interrupted) in return_to() argument
276 z_get_next_switch_handle(interrupted) : interrupted; in return_to()
278 return interrupted; in return_to()
/Zephyr-latest/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-latest/drivers/w1/
DKconfig.zephyr_gpio25 Time critical communications operations are not interrupted while
/Zephyr-latest/tests/drivers/uart/uart_mix_fifo_poll/
DREADME.txt2 being interrupted by another uart API call. That includes uart_poll_out called
/Zephyr-latest/drivers/sensor/adi/adt7310/
DKconfig55 higher priority. The thread is cooperative and will not be interrupted by
/Zephyr-latest/drivers/can/
DKconfig.mcp251xfd45 higher priority. The thread is cooperative and will not be interrupted by
/Zephyr-latest/doc/services/virtualization/
Divshmem.rst21 thus to be interrupted as well itself (ivshmem-doorbell).
/Zephyr-latest/kernel/include/
Dksched.h64 void *z_get_next_switch_handle(void *interrupted);
/Zephyr-latest/subsys/logging/
DKconfig.mode26 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-latest/tests/benchmarks/latency_measure/
DREADME.rst9 * Time to switch from ISR back to interrupted thread
63 …isr.resume.interrupted.thread.kernel - Return from ISR to interrupted thread : …
116 …isr.resume.interrupted.thread.kernel - Return from ISR to interrupted thread : …
173 …isr.resume.interrupted.thread.kernel - Return from ISR to interrupted thread : …
238 …isr.resume.interrupted.thread.kernel - Return from ISR to interrupted thread : …
/Zephyr-latest/kernel/
Dsched.c873 void *z_get_next_switch_handle(void *interrupted) in z_get_next_switch_handle() argument
895 arch_cohere_stacks(old_thread, interrupted, new_thread); in z_get_next_switch_handle()
931 old_thread->switch_handle = interrupted; in z_get_next_switch_handle()
942 arch_current_thread()->switch_handle = interrupted; in z_get_next_switch_handle()
/Zephyr-latest/subsys/dfu/
DKconfig50 "Fix double swap on interrupted revert" mcuboot patch
/Zephyr-latest/subsys/logging/backends/
DKconfig.rtt102 # interrupted by an interrupt.
/Zephyr-latest/doc/kernel/services/other/
Datomic.rst50 in mid-increment if a thread calling the function is interrupted if
/Zephyr-latest/doc/kernel/services/smp/
Dsmp.rst40 does not: the fact that your CPU will not be interrupted while you are
336 is either the interrupted thread's "handle" reflecting the same opaque type
342 the caller-saved registers on the current thread's stack when interrupted
/Zephyr-latest/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-latest/scripts/
Dspelling.txt887 interruptted||interrupted
888 interupted||interrupted
/Zephyr-latest/subsys/debug/
DKconfig207 performed for the interrupted thread
/Zephyr-latest/doc/services/pm/
Ddevice.rst142 a transaction that cannot be interrupted. Another condition that
/Zephyr-latest/boards/native/doc/
Darch_soc.rst106 which could be interrupted on actual hardware, will stall the execution of
/Zephyr-latest/doc/kernel/services/threads/
Dindex.rst284 and can still be interrupted by any hardware interrupt.
/Zephyr-latest/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-latest/doc/kernel/services/
Dinterrupts.rst150 interrupted until it has explicitly unlocked its IRQ lock.

12