Searched refs:tidB2 (Results 1 – 1 of 1) sorted by relevance
472 static rt_thread_t tidA, tidB1, tidB2; variable544 tidB2 = rt_thread_create("timeslice", test_timeslice_threadB2_entry, RT_NULL, in test_timeslice()546 if (!tidB2) in test_timeslice()552 rt_thread_control(tidB2, RT_THREAD_CTRL_BIND_CPU, (void *)1); in test_timeslice()553 ret_startup = rt_thread_startup(tidB2); in test_timeslice()
Completed in 3 milliseconds