Searched refs:threads_group (Results 1 – 1 of 1) sorted by relevance
22 static volatile rt_thread_t threads_group[TEST_THREAD_COUNT][2]; variable34 rt_thread_resume(threads_group[idx][1]); in _thread_entry1()56 rt_thread_resume(threads_group[idx][0]); in _thread_entry2()89 threads_group[i][0] = t1; in scheduler_tc()90 threads_group[i][1] = t2; in scheduler_tc()95 rt_thread_startup(threads_group[i][0]); in scheduler_tc()96 rt_thread_startup(threads_group[i][1]); in scheduler_tc()
Completed in 2 milliseconds