mirror of
https://github.com/RT-Thread/rt-thread.git
synced 2025-11-16 12:34:33 +00:00
FIX: Removed suspend_thread_count.
git-svn-id: https://rt-thread.googlecode.com/svn/trunk@317 bbd45198-f89e-11dd-88c7-29a3b14d5316
This commit is contained in:
@@ -387,7 +387,6 @@ struct rt_ipc_object
|
||||
struct rt_object parent;
|
||||
|
||||
rt_list_t suspend_thread; /* threads pended on this resource. */
|
||||
rt_uint32_t suspend_thread_count; /* numbers of thread pended on this resource. */
|
||||
};
|
||||
|
||||
#ifdef RT_USING_SEMAPHORE
|
||||
|
||||
Reference in New Issue
Block a user