Searched refs:tid2 (Results 1 – 1 of 1) sorted by relevance
255 static rt_thread_t tid2 = RT_NULL; variable266 if (RT_SCHED_PRIV(tid2).current_priority != RT_SCHED_PRIV(tid3).current_priority) in static_thread1_entry()315 tid2 = RT_NULL; in test_static_pri_reverse()338 tid2 = rt_thread_create("thread2", in test_static_pri_reverse()344 if (tid2 != RT_NULL) in test_static_pri_reverse()345 rt_thread_startup(tid2); in test_static_pri_reverse()600 if (RT_SCHED_PRIV(tid2).current_priority != RT_SCHED_PRIV(tid3).current_priority) in dynamic_thread1_entry()649 tid2 = RT_NULL; in test_dynamic_pri_reverse()671 tid2 = rt_thread_create("thread2", in test_dynamic_pri_reverse()677 if (tid2 != RT_NULL) in test_dynamic_pri_reverse()[all …]
Completed in 3 milliseconds