Lines Matching full:t2
15 * Thread T2 starts on core Y (but is not pinned) at a low priority.
20 * T2 unpends both T3 and T4 and generates an IPI.
90 * Should the threads not be scheduled as expected, abort threads T2,
136 * It is expected to execute on the same CPU that T2 did. in thread4_entry()
151 /* T2 executes at PRIORITY_LOW */
156 /* 5. Indicate T2 is ready. Allow T1 to proceed. */ in thread2_entry()
170 zassert_false(cpu_t2 == cpu_t1, "T2 and T1 unexpectedly on the same CPU"); in thread2_entry()
174 * will result in executing T4 on T2's CPU. in thread2_entry()
213 /* 4. Create T2 and spin until it is ready. */ in ZTEST()
218 k_thread_name_set(&thread2, "T2"); in ZTEST()
233 /* 7. Inform T2 we are ready. */ in ZTEST()