Home
last modified time | relevance | path

Searched defs:ProcessCB (Results 1 – 1 of 1) sorted by relevance

/kernel/liteos_a/kernel/base/include/
Dlos_process_pri.h78 typedef struct ProcessCB { struct
79 CHAR processName[OS_PCB_NAME_LEN]; /**< Process name */
80 UINT32 processID; /**< Process ID */
81 … processStatus; /**< [15:4] Process Status; [3:0] The number of threads currently
83 UINT16 consoleID; /**< The console id of task belongs */
84 UINT16 processMode; /**< Kernel Mode:0; User Mode:1; */
85 UINT32 parentProcessID; /**< Parent process ID */
86 UINT32 exitCode; /**< Process exit status */
87 … LOS_DL_LIST pendList; /**< Block list to which the process belongs */
88 LOS_DL_LIST childrenList; /**< Children process list */
[all …]