Searched refs:interrupted (Results 1 – 25 of 32) 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
144 static inline void *return_to(void *interrupted) in return_to() argument148 z_get_next_switch_handle(interrupted) : interrupted; in return_to()150 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
51 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).
25 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 thread42 …isr.resume.interrupted.thread.kernel - Return from ISR to interrupted thread : …96 …isr.resume.interrupted.thread.kernel - Return from ISR to interrupted thread : …
49 "Fix double swap on interrupted revert" mcuboot patch
58 void *z_get_next_switch_handle(void *interrupted);
102 # interrupted by an interrupt.
50 in mid-increment if a thread calling the function is interrupted if
1189 void *z_get_next_switch_handle(void *interrupted) in z_get_next_switch_handle() argument1209 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()
40 does not: the fact that your CPU will not be interrupted while you are293 is either the interrupted thread's "handle" reflecting the same opaque type299 the caller-saved registers on the current thread's stack when interrupted
68 transaction that cannot be 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
875 interruptted||interrupted876 interupted||interrupted
191 performed for the interrupted thread
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.