Home
last modified time | relevance | path

Searched refs:_thread_update_priority (Results 1 – 1 of 1) sorted by relevance

/src/
A Dipc.c868 rt_inline void _thread_update_priority(struct rt_thread *thread, rt_uint8_t priority, int suspend_f… in _thread_update_priority() function
1134 _thread_update_priority(mutex->owner, priority, RT_UNINTERRUPTIBLE); in rt_mutex_drop_thread()
1171 _thread_update_priority(mutex->owner, highest_prio, RT_UNINTERRUPTIBLE); in rt_mutex_setprioceiling()
1379 _thread_update_priority(mutex->owner, mutex->ceiling_priority, suspend_flag); in _rt_mutex_take()
1427_thread_update_priority(mutex->owner, priority, RT_UNINTERRUPTIBLE); /* TODO */ in _rt_mutex_take()
1512 _thread_update_priority(mutex->owner, priority, RT_UNINTERRUPTIBLE); in _rt_mutex_take()

Completed in 40 milliseconds