Lines Matching defs:thread

59 void rt_thread_suspend_sethook(void (*hook)(rt_thread_t thread))  in rt_thread_suspend_sethook()
71 void rt_thread_resume_sethook(void (*hook)(rt_thread_t thread)) in rt_thread_resume_sethook()
80 static void _thread_detach_from_mutex(rt_thread_t thread) in _thread_detach_from_mutex()
114 static void _thread_detach_from_mutex(rt_thread_t thread) {} in _thread_detach_from_mutex()
119 struct rt_thread *thread; in _thread_exit() local
148 struct rt_thread *thread; in _thread_timeout() local
176 static rt_err_t _thread_init(struct rt_thread *thread, in _thread_init()
328 rt_err_t rt_thread_init(struct rt_thread *thread, in rt_thread_init()
393 rt_err_t rt_thread_startup(rt_thread_t thread) in rt_thread_startup()
424 rt_err_t rt_thread_close(rt_thread_t thread) in rt_thread_close()
470 rt_err_t rt_thread_detach(rt_thread_t thread) in rt_thread_detach()
481 static rt_err_t _thread_detach(rt_thread_t thread) in _thread_detach()
533 struct rt_thread *thread; in rt_thread_create() local
572 rt_err_t rt_thread_delete(rt_thread_t thread) in rt_thread_delete()
616 struct rt_thread *thread; in _thread_sleep() local
694 struct rt_thread *thread; in rt_thread_delay_until() local
789 rt_err_t rt_thread_control(rt_thread_t thread, int cmd, void *arg) in rt_thread_control()
860 static void _thread_set_suspend_state(struct rt_thread *thread, int suspend_flag) in _thread_set_suspend_state()
909 rt_err_t rt_thread_suspend_to_list(rt_thread_t thread, rt_list_t *susp_list, int ipc_flags, int sus… in rt_thread_suspend_to_list()
1003 rt_err_t rt_thread_suspend_with_flag(rt_thread_t thread, int suspend_flag) in rt_thread_suspend_with_flag()
1009 rt_err_t rt_thread_suspend(rt_thread_t thread) in rt_thread_suspend()
1023 rt_err_t rt_thread_resume(rt_thread_t thread) in rt_thread_resume()
1070 rt_err_t rt_thread_wakeup(rt_thread_t thread) in rt_thread_wakeup()
1096 void rt_thread_wakeup_set(struct rt_thread *thread, rt_wakeup_func_t func, void* user_data) in rt_thread_wakeup_set()
1139 rt_err_t rt_thread_get_name(rt_thread_t thread, char *name, rt_uint8_t name_size) in rt_thread_get_name()