Searched refs:tidB1 (Results 1 – 1 of 1) sorted by relevance
472 static rt_thread_t tidA, tidB1, tidB2; variable527 tidB1 = rt_thread_create("timeslice", test_timeslice_threadB1_entry, RT_NULL, in test_timeslice()529 if (!tidB1) in test_timeslice()535 rt_thread_control(tidB1, RT_THREAD_CTRL_BIND_CPU, (void *)1); in test_timeslice()536 ret_startup = rt_thread_startup(tidB1); in test_timeslice()
Completed in 2 milliseconds