Lines Matching full:isr
11 * @brief Measure time from ISR back to interrupted thread
14 * 1. ISR returning to the interrupted kernel thread
15 * 2. ISR returning to a different (kernel) thread
16 * 3. ISR returning to a different (user) thread
18 * In all three scenarios, the source of the ISR is a software generated
34 * @brief Test ISR used to measure time to return to thread
119 * ISR expected to have awakened higher priority start_thread in alt_thread_entry()
179 "%-40s - Return from ISR to interrupted thread", in int_to_thread()
180 "isr.resume.interrupted.thread.kernel"); in int_to_thread()
190 "%-40s - Return from ISR to another thread", in int_to_thread()
191 "isr.resume.different.thread.kernel"); in int_to_thread()
202 "%-40s - Return from ISR to another thread", in int_to_thread()
203 "isr.resume.different.thread.user"); in int_to_thread()