Searched refs:thread_set_rt_priority (Results 1 – 6 of 6) sorted by relevance
50 struct thread_set_rt_priority thread_set_rt_priority; variable94 bool thread_set_rt_priority(thread_t* thread, int priority) { in thread_set_rt_priority() function96 return test::mock::osi_thread::thread_set_rt_priority(thread, priority); in thread_set_rt_priority()
173 struct thread_set_rt_priority { struct181 extern struct thread_set_rt_priority thread_set_rt_priority; argument
73 bool thread_set_rt_priority(thread_t* thread, int priority);
346 thread_set_rt_priority(default_callback_thread, THREAD_RT_PRIORITY); in lazy_initialize()361 thread_set_rt_priority(dispatcher_thread, THREAD_RT_PRIORITY); in lazy_initialize()
162 bool thread_set_rt_priority(thread_t* thread, int priority) { in thread_set_rt_priority() function
270 bool thread_set_rt_priority(thread_t* thread, int priority) { in thread_set_rt_priority() function