mirror of
https://github.com/RT-Thread/rt-thread.git
synced 2025-12-27 01:28:23 +00:00
doxygen: updated doc for thread management subsystem
Signed-off-by: Chen Wang <unicorn_wang@outlook.com>
This commit is contained in:
@@ -848,9 +848,8 @@ struct rt_user_context
|
||||
typedef void (*rt_thread_cleanup_t)(struct rt_thread *tid);
|
||||
|
||||
/**
|
||||
* Thread structure
|
||||
* @brief Thread Control Block
|
||||
*/
|
||||
|
||||
struct rt_thread
|
||||
{
|
||||
struct rt_object parent;
|
||||
|
||||
Reference in New Issue
Block a user