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

#include <rtdef.h>

成员变量

enum rt_object_class_type type
 
rt_list_t object_list
 
rt_size_t object_size
 
struct rt_spinlock spinlock
 

详细描述

The information of the kernel object

在文件 rtdef.h354 行定义.

结构体成员变量说明

◆ type

enum rt_object_class_type rt_object_information::type

object class type

在文件 rtdef.h356 行定义.

◆ object_list

rt_list_t rt_object_information::object_list

object list

在文件 rtdef.h357 行定义.

◆ object_size

rt_size_t rt_object_information::object_size

object size

在文件 rtdef.h358 行定义.

◆ spinlock

struct rt_spinlock rt_object_information::spinlock

在文件 rtdef.h359 行定义.