doxygen: updated doc for thread management subsystem

Signed-off-by: Chen Wang <unicorn_wang@outlook.com>
This commit is contained in:
Chen Wang
2025-09-02 15:37:30 +08:00
committed by R b b666
parent 98a12f1c24
commit f44ce3a64c
5 changed files with 165 additions and 230 deletions

View File

@@ -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;