Lines Matching defs:thread

33 void rt_sched_thread_init_ctx(struct rt_thread *thread, rt_uint32_t tick, rt_uint8_t priority)  in rt_sched_thread_init_ctx()
58 rt_err_t rt_sched_thread_timer_start(struct rt_thread *thread) in rt_sched_thread_timer_start()
74 rt_err_t rt_sched_thread_timer_stop(struct rt_thread *thread) in rt_sched_thread_timer_stop()
104 rt_uint8_t rt_sched_thread_get_stat(struct rt_thread *thread) in rt_sched_thread_get_stat()
121 rt_uint8_t rt_sched_thread_get_curr_prio(struct rt_thread *thread) in rt_sched_thread_get_curr_prio()
138 rt_uint8_t rt_sched_thread_get_init_prio(struct rt_thread *thread) in rt_sched_thread_get_init_prio()
159 rt_uint8_t rt_sched_thread_is_suspended(struct rt_thread *thread) in rt_sched_thread_is_suspended()
177 rt_err_t rt_sched_thread_close(struct rt_thread *thread) in rt_sched_thread_close()
197 rt_err_t rt_sched_thread_yield(struct rt_thread *thread) in rt_sched_thread_yield()
228 rt_err_t rt_sched_thread_ready(struct rt_thread *thread) in rt_sched_thread_ready()
292 struct rt_thread *thread; in rt_sched_tick_increase() local
345 static rt_err_t _rt_sched_update_priority(struct rt_thread *thread, rt_uint8_t priority, rt_bool_t … in _rt_sched_update_priority()
400 rt_err_t rt_sched_thread_change_priority(struct rt_thread *thread, rt_uint8_t priority) in rt_sched_thread_change_priority()
408 rt_err_t rt_sched_thread_reset_priority(struct rt_thread *thread, rt_uint8_t priority) in rt_sched_thread_reset_priority()
427 void rt_scheduler_stack_check(struct rt_thread *thread) in rt_scheduler_stack_check()