Searched refs:tid (Results 1 – 2 of 2) sorted by relevance
185 void rt_thread_alloc_sig(rt_thread_t tid);186 void rt_thread_free_sig(rt_thread_t tid);187 int rt_thread_kill(rt_thread_t tid, int sig);240 void rt_scheduler_switch_sethook(void (*hook)(struct rt_thread *tid));
848 typedef void (*rt_thread_cleanup_t)(struct rt_thread *tid);923 int tid; /**< thread ID used by process */ member
Completed in 8 milliseconds