Home
last modified time | relevance | path

Searched refs:OS_PCB_FROM_PENDLIST (Results 1 – 2 of 2) sorted by relevance

/kernel/liteos_a/kernel/base/include/
Dlos_process_pri.h142 #define OS_PCB_FROM_PENDLIST(ptr) LOS_DL_LIST_ENTRY((ptr), LosProcessCB, pendList) macro
/kernel/liteos_a/kernel/base/core/
Dlos_process.c579 processCB = OS_PCB_FROM_PENDLIST(LOS_DL_LIST_FIRST(&g_processRecycleList)); in OsProcessCBRecycleToFree()
1438 processCB = OS_PCB_FROM_PENDLIST(LOS_DL_LIST_FIRST(&g_freeProcess)); in OsGetFreePCB()