Searched refs:rt_thread_t (Results 1 – 3 of 3) sorted by relevance
157 rt_err_t rt_thread_detach(rt_thread_t thread);159 rt_thread_t rt_thread_create(const char *name,165 rt_err_t rt_thread_delete(rt_thread_t thread);167 rt_err_t rt_thread_close(rt_thread_t thread);168 rt_thread_t rt_thread_self(void);169 rt_thread_t rt_thread_find(char *name);178 rt_err_t rt_thread_resume(rt_thread_t thread);185 void rt_thread_alloc_sig(rt_thread_t tid);186 void rt_thread_free_sig(rt_thread_t tid);211 rt_thread_t rt_thread_idle_gethandler(void);[all …]
103 void rt_hw_stack_guard_init(rt_thread_t thread);168 …_context_switch_interrupt(rt_ubase_t from, rt_ubase_t to, rt_thread_t from_thread, rt_thread_t to_…179 rt_err_t rt_hw_backtrace_frame_get(rt_thread_t thread, struct rt_hw_backtrace_frame *frame);181 rt_err_t rt_hw_backtrace_frame_unwind(rt_thread_t thread, struct rt_hw_backtrace_frame *frame);
956 typedef struct rt_thread *rt_thread_t; typedef
Completed in 22 milliseconds