mirror of
https://github.com/RT-Thread/rt-thread.git
synced 2026-09-21 10:36:04 +08:00
Update rtdef.h
This commit is contained in:
+1
-1
@@ -774,7 +774,7 @@ struct rt_mutex
|
||||
rt_uint8_t ceiling_priority; /**< the priority ceiling of mutexe */
|
||||
rt_uint8_t priority; /**< the maximal priority for pending thread */
|
||||
rt_uint8_t hold; /**< numbers of thread hold the mutex */
|
||||
rt_uint8_t reserv;
|
||||
rt_uint8_t reserved; /**< reserved field */
|
||||
|
||||
struct rt_thread *owner; /**< current owner of mutex */
|
||||
rt_list_t taken_list; /**< the object list taken by thread */
|
||||
|
||||
Reference in New Issue
Block a user