Home
last modified time | relevance | path

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

/utopia/UTPA2-700.0.x/modules/graphic/api/gop/
H A DmapiGOP.c10742 if((pDrvGOPShared->apiCtxShared.GOPLockPid != 0)) in GOPIoctl()
10745 if (kill(pDrvGOPShared->apiCtxShared.GOPLockPid, 0) == ESRCH) in GOPIoctl()
10748 …tx not existance!!! \n",__FUNCTION__,__LINE__, (ptrdiff_t)pDrvGOPShared->apiCtxShared.GOPLockPid); in GOPIoctl()
10764 g_pGOPCtxLocal->pGOPCtxShared->GOPLockPid = (GETPIDTYPE)getpid(); in GOPIoctl()
10782 g_pGOPCtxLocal->pGOPCtxShared->GOPLockPid = 0; in GOPIoctl()
10846 g_pGOPCtxLocal->pGOPCtxShared->GOPLockPid = 0; in GOPIoctl()
10865 g_pGOPCtxLocal->pGOPCtxShared->GOPLockPid = 0; in GOPIoctl()
10885 g_pGOPCtxLocal->pGOPCtxShared->GOPLockPid = 0; in GOPIoctl()
10920 g_pGOPCtxLocal->pGOPCtxShared->GOPLockPid = 0; in GOPIoctl()
11085 g_pGOPCtxLocal->pGOPCtxShared->GOPLockPid = 0; in GOPIoctl()
[all …]
/utopia/UTPA2-700.0.x/modules/graphic/drv/gop/
H A DdrvGOP.h1124 MS_U32 GOPLockPid; member