Home
last modified time | relevance | path

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

/kernel/liteos_a/kernel/base/include/
Dlos_pid_container_pri.h77 UINT32 OsAllocSpecifiedVpidUnsafe(UINT32 vpid, PidContainer *pidContainer,
/kernel/liteos_a/kernel/extended/container/
Dlos_pid_container.c81 UINT32 OsAllocSpecifiedVpidUnsafe(UINT32 vpid, PidContainer *pidContainer, in OsAllocSpecifiedVpidUnsafe() function
354 ret = OsAllocSpecifiedVpidUnsafe(OS_USER_ROOT_PROCESS_ID, newPidContainer, child, parent); in CreatePidContainer()
377 ret = OsAllocSpecifiedVpidUnsafe(OS_USER_ROOT_PROCESS_ID, pidContainer, child, parent); in AllocVpidFormPidForChildContainer()
Dlos_container.c56 …(VOID)OsAllocSpecifiedVpidUnsafe(processCB->processID, processCB->container->pidContainer, process… in OsContainerInitSystemProcess()