Home
last modified time | relevance | path

Searched refs:LOS_GetGroupID (Results 1 – 4 of 4) sorted by relevance

/kernel/liteos_a/kernel/include/
Dlos_process.h76 extern INT32 LOS_GetGroupID(VOID);
/kernel/liteos_a/kernel/base/vm/
Dshm.c235 seg->ds.shm_perm.cgid = LOS_GetGroupID(); in ShmAllocSeg()
236 seg->ds.shm_perm.gid = LOS_GetGroupID(); in ShmAllocSeg()
/kernel/liteos_a/syscall/
Dprocess_syscall.c725 return LOS_GetGroupID(); in SysGetGroupID()
/kernel/liteos_a/kernel/base/core/
Dlos_process.c784 LITE_OS_SEC_TEXT INT32 LOS_GetGroupID(VOID) in LOS_GetGroupID() function