#include <los_list.h>
成员变量 | |
struct LOS_DL_LIST * | pstPrev |
struct LOS_DL_LIST * | pstNext |
Structure of a node in a doubly linked list. | 双向链表,内核最重要结构体
在文件 los_list.h 第 82 行定义.
struct LOS_DL_LIST* LOS_DL_LIST::pstNext |
Current node's pointer to the next node | 后继节点(右手)
在文件 los_list.h 第 84 行定义.
struct LOS_DL_LIST* LOS_DL_LIST::pstPrev |
Current node's pointer to the previous node | 前驱节点(左手)
在文件 los_list.h 第 83 行定义.