4
0
mirror of https://github.com/RT-Thread/rt-thread.git synced 2025-01-30 15:10:26 +08:00

[kernel]update format

This commit is contained in:
yangjie 2021-09-10 17:51:52 +08:00
parent a912a2f88f
commit 5de6996670
3 changed files with 5 additions and 5 deletions

View File

@ -167,7 +167,7 @@ void rt_thread_defunct_enqueue(rt_thread_t thread)
/** /**
* @brief Dequeue a thread from defunct queue. * @brief Dequeue a thread from defunct queue.
* *
* @note It must be called between rt_hw_interrupt_disable and rt_hw_interrupt_enable. * @note It must be called between rt_hw_interrupt_disable and rt_hw_interrupt_enable.
*/ */
rt_thread_t rt_thread_defunct_dequeue(void) rt_thread_t rt_thread_defunct_dequeue(void)

View File

@ -618,11 +618,11 @@ RTM_EXPORT(rt_free);
#ifdef RT_MEM_STATS #ifdef RT_MEM_STATS
/** /**
* @brief This function will caculate the total memory, the used memory, and * @brief This function will caculate the total memory, the used memory, and
* the max used memory. * the max used memory.
* *
* @param total is a pointer to get the total size of the memory. * @param total is a pointer to get the total size of the memory.
* *
* @param used is a pointer to get the size of memory used. * @param used is a pointer to get the size of memory used.
* *
* @param max_used is a pointer to get the maximum memory used. * @param max_used is a pointer to get the maximum memory used.

View File

@ -920,11 +920,11 @@ RTM_EXPORT(rt_free);
#ifdef RT_MEM_STATS #ifdef RT_MEM_STATS
/** /**
* @brief This function will caculate the total memory, the used memory, and * @brief This function will caculate the total memory, the used memory, and
* the max used memory. * the max used memory.
* *
* @param total is a pointer to get the total size of the memory. * @param total is a pointer to get the total size of the memory.
* *
* @param used is a pointer to get the size of memory used. * @param used is a pointer to get the size of memory used.
* *
* @param max_used is a pointer to get the maximum memory used. * @param max_used is a pointer to get the maximum memory used.