Home
last modified time | relevance | path

Searched refs:tid3 (Results 1 – 2 of 2) sorted by relevance

/examples/utest/testcases/kernel/
A Dmutex_tc.c256 static rt_thread_t tid3 = RT_NULL; variable
266 if (RT_SCHED_PRIV(tid2).current_priority != RT_SCHED_PRIV(tid3).current_priority) in static_thread1_entry()
316 tid3 = RT_NULL; in test_static_pri_reverse()
348 tid3 = rt_thread_create("thread3", in test_static_pri_reverse()
354 if (tid3 != RT_NULL) in test_static_pri_reverse()
355 rt_thread_startup(tid3); in test_static_pri_reverse()
600 if (RT_SCHED_PRIV(tid2).current_priority != RT_SCHED_PRIV(tid3).current_priority) in dynamic_thread1_entry()
650 tid3 = RT_NULL; in test_dynamic_pri_reverse()
681 tid3 = rt_thread_create("thread3", in test_dynamic_pri_reverse()
687 if (tid3 != RT_NULL) in test_dynamic_pri_reverse()
[all …]
A Dthread_tc.c26 static rt_thread_t tid3 = RT_NULL; variable
162 tid3 = rt_thread_create("thread3", in test_thread_delay()
168 if (tid3 == RT_NULL) in test_thread_delay()
171 uassert_false(tid3 == RT_NULL); in test_thread_delay()
175 ret_startup = rt_thread_startup(tid3); in test_thread_delay()

Completed in 4 milliseconds