RT-Thread RTOS 1.2.0
An open source embedded real-time operating system
|
#include <rtdef.h>
成员变量 | |
struct rt_ipc_object | parent |
void * | msg_pool |
rt_uint16_t | msg_size |
rt_uint16_t | max_msgs |
rt_uint16_t | entry |
void * | msg_queue_head |
void * | msg_queue_tail |
void * | msg_queue_free |
rt_list_t | suspend_sender_thread |
struct rt_spinlock | spinlock |
struct rt_ipc_object rt_messagequeue::parent |
rt_uint16_t rt_messagequeue::msg_size |
rt_uint16_t rt_messagequeue::max_msgs |
rt_uint16_t rt_messagequeue::entry |
void* rt_messagequeue::msg_queue_free |
rt_list_t rt_messagequeue::suspend_sender_thread |
struct rt_spinlock rt_messagequeue::spinlock |