Searched refs:interrupted (Results 1 – 25 of 35) sorted by relevance
12
/Zephyr-latest/drivers/dma/ |
D | Kconfig.nxp_edma | 26 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/ |
D | vector_handlers.c | 272 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/ |
D | README.txt | 21 - 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/ |
D | Kconfig.zephyr_gpio | 25 Time critical communications operations are not interrupted while
|
/Zephyr-latest/tests/drivers/uart/uart_mix_fifo_poll/ |
D | README.txt | 2 being interrupted by another uart API call. That includes uart_poll_out called
|
/Zephyr-latest/drivers/sensor/adi/adt7310/ |
D | Kconfig | 55 higher priority. The thread is cooperative and will not be interrupted by
|
/Zephyr-latest/drivers/can/ |
D | Kconfig.mcp251xfd | 45 higher priority. The thread is cooperative and will not be interrupted by
|
/Zephyr-latest/doc/services/virtualization/ |
D | ivshmem.rst | 21 thus to be interrupted as well itself (ivshmem-doorbell).
|
/Zephyr-latest/kernel/include/ |
D | ksched.h | 64 void *z_get_next_switch_handle(void *interrupted);
|
/Zephyr-latest/tests/benchmarks/latency_measure/ |
D | README.rst | 9 * 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/ |
D | sched.c | 843 void *z_get_next_switch_handle(void *interrupted) in z_get_next_switch_handle() argument 865 arch_cohere_stacks(old_thread, interrupted, new_thread); in z_get_next_switch_handle() 901 old_thread->switch_handle = interrupted; in z_get_next_switch_handle() 912 _current->switch_handle = interrupted; in z_get_next_switch_handle()
|
/Zephyr-latest/subsys/dfu/ |
D | Kconfig | 50 "Fix double swap on interrupted revert" mcuboot patch
|
/Zephyr-latest/subsys/logging/ |
D | Kconfig.mode | 26 flawlessly in that mode because one log operation can be interrupted
|
D | Kconfig.formatting | 130 As a result, processing on one log message cannot be interrupted by
|
/Zephyr-latest/subsys/logging/backends/ |
D | Kconfig.rtt | 102 # interrupted by an interrupt.
|
/Zephyr-latest/doc/kernel/services/other/ |
D | atomic.rst | 50 in mid-increment if a thread calling the function is interrupted if
|
/Zephyr-latest/subsys/mgmt/hawkbit/ |
D | Kconfig | 205 non-volatile storage. If a download is interrupted, it can be resumed from
|
/Zephyr-latest/doc/kernel/services/smp/ |
D | smp.rst | 40 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/ |
D | arch.rst | 186 * 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/ |
D | spelling.txt | 887 interruptted||interrupted 888 interupted||interrupted
|
/Zephyr-latest/subsys/debug/ |
D | Kconfig | 207 performed for the interrupted thread
|
/Zephyr-latest/doc/services/pm/ |
D | device.rst | 142 a transaction that cannot be interrupted. Another condition that
|
/Zephyr-latest/boards/native/doc/ |
D | arch_soc.rst | 106 which could be interrupted on actual hardware, will stall the execution of
|
/Zephyr-latest/doc/kernel/services/threads/ |
D | index.rst | 284 and can still be interrupted by any hardware interrupt.
|
/Zephyr-latest/doc/releases/ |
D | release-notes-3.4.rst | 1177 * Fixed blocking :c:func:`recv` not being interrupted on socket close. 1178 * Fixed blocking :c:func:`accept` not being interrupted on socket close.
|
12