Searched defs:rt_thread (Results 1 – 1 of 1) sorted by relevance
543 struct rt_thread struct546 char name[RT_NAME_MAX]; /**< the name of thread */547 rt_uint8_t type; /**< type of object */548 rt_uint8_t flags; /**< thread's flags */551 void *module_id; /**< id of application module */554 rt_list_t list; /**< the object list */555 rt_list_t tlist; /**< the thread list */558 void *sp; /**< stack point */559 void *entry; /**< entry */560 void *parameter; /**< parameter */[all …]