Searched refs:change_priority (Results 1 – 1 of 1) sorted by relevance
44 static rt_uint8_t change_priority; variable348 rt_thread_control(tid7, RT_THREAD_CTRL_CHANGE_PRIORITY, &change_priority); in test_thread_control()351 if (rt_sched_thread_get_curr_prio(tid7) != change_priority) in test_thread_control()711 change_priority = UTEST_THR_PRIORITY + 5; in utest_tc_init()
Completed in 3 milliseconds