Searched refs:interrupted (Results 1 – 25 of 34) sorted by relevance
12
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
272 static inline void *return_to(void *interrupted) in return_to() argument276 z_get_next_switch_handle(interrupted) : interrupted; in return_to()278 return interrupted; in return_to()
21 - Called from an ISR (interrupted a task)22 - Called from an ISR (interrupted a thread)27 - Called from an ISR that interrupted a task28 - Called from an ISR that interrupted a thread
25 Time critical communications operations are not interrupted while
2 being interrupted by another uart API call. That includes uart_poll_out called
55 higher priority. The thread is cooperative and will not be interrupted by
45 higher priority. The thread is cooperative and will not be interrupted by
21 thus to be interrupted as well itself (ivshmem-doorbell).
64 void *z_get_next_switch_handle(void *interrupted);
26 flawlessly in that mode because one log operation can be interrupted
130 As a result, processing on one log message cannot be interrupted by
9 * Time to switch from ISR back to interrupted thread63 …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 : …
873 void *z_get_next_switch_handle(void *interrupted) in z_get_next_switch_handle() argument895 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()
50 "Fix double swap on interrupted revert" mcuboot patch
102 # interrupted by an interrupt.
50 in mid-increment if a thread calling the function is interrupted if
40 does not: the fact that your CPU will not be interrupted while you are336 is either the interrupted thread's "handle" reflecting the same opaque type342 the caller-saved registers on the current thread's stack when interrupted
186 * After handling an interrupt, if a cooperative thread was interrupted, the255 In this case, the context switch must only be invoked when the interrupted267 * 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
887 interruptted||interrupted888 interupted||interrupted
207 performed for the interrupted thread
142 a transaction that cannot be interrupted. Another condition that
106 which could be interrupted on actual hardware, will stall the execution of
284 and can still be interrupted by any hardware interrupt.
1177 * Fixed blocking :c:func:`recv` not being interrupted on socket close.1178 * Fixed blocking :c:func:`accept` not being interrupted on socket close.
150 interrupted until it has explicitly unlocked its IRQ lock.