Home
last modified time | relevance | path

Searched refs:ProcessVid (Results 1 – 3 of 3) sorted by relevance

/kernel/liteos_a/kernel/extended/container/
Dlos_pid_container.c49 ProcessVid *processVid = &pidContainer->pidArray[vpid]; in FreeVpid()
70 STATIC ProcessVid *OsGetFreeVpid(PidContainer *pidContainer) in OsGetFreeVpid()
76ProcessVid *vpid = LOS_DL_LIST_ENTRY(LOS_DL_LIST_FIRST(&pidContainer->pidFreeList), ProcessVid, no… in OsGetFreeVpid()
92 ProcessVid *processVid = &pidContainer->pidArray[vpid]; in OsAllocSpecifiedVpidUnsafe()
105 ProcessVid *vppidItem = &pidContainer->pidArray[0]; in OsAllocSpecifiedVpidUnsafe()
117 ProcessVid *item = OsGetFreeVpid(pidContainer); in OsAllocSpecifiedVpidUnsafe()
133 ProcessVid *oldProcessVid = NULL; in OsAllocVpid()
141 ProcessVid *vpid = OsGetFreeVpid(pidContainer); in OsAllocVpid()
159 STATIC ProcessVid *OsGetFreeVtid(PidContainer *pidContainer) in OsGetFreeVtid()
165ProcessVid *vtid = LOS_DL_LIST_ENTRY(LOS_DL_LIST_FIRST(&pidContainer->tidFreeList), ProcessVid, no… in OsGetFreeVtid()
[all …]
/kernel/liteos_a/kernel/base/include/
Dlos_pid_container_pri.h48 } ProcessVid; typedef
61 ProcessVid tidArray[LOSCFG_BASE_CORE_TSK_LIMIT];
63 ProcessVid pidArray[LOSCFG_BASE_CORE_PROCESS_LIMIT];
/kernel/liteos_a/kernel/base/core/
Dlos_info.c204 ProcessVid *processVid = &pidContainer->pidArray[pid];
241 ProcessVid *processVid = &pidContainer->pidArray[index];