RT-Thread RTOS 1.2.0
An open source embedded real-time operating system
载入中...
搜索中...
未找到
rt_ipc_object结构体 参考

#include <rtdef.h>

成员变量

struct rt_object parent
 
rt_list_t suspend_thread
 

详细描述

Base structure of IPC object

在文件 rtdef.h986 行定义.

结构体成员变量说明

◆ parent

struct rt_object rt_ipc_object::parent

inherit from rt_object

在文件 rtdef.h988 行定义.

◆ suspend_thread

rt_list_t rt_ipc_object::suspend_thread

threads pended on this resource

在文件 rtdef.h990 行定义.