Home
last modified time | relevance | path

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

/utopia/UTPA2-700.0.x/modules/graphic/drv/ge/
H A DdrvGE.c239 if (0 > pGECtxLocal->s32GEMutex) \
248 … while(!MsOS_ObtainMutex(pGECtxLocal->s32GEMutex, MSOS_WAIT_FOREVER)) \
308 … while(!MsOS_ReleaseMutex(pGECtxLocal->s32GEMutex)) \
319 if (0 > pGECtxLocal->s32GEMutex) \
328 … while(!MsOS_ObtainMutex(pGECtxLocal->s32GEMutex, MSOS_WAIT_FOREVER)) \
357 … while(!MsOS_ReleaseMutex(pGECtxLocal->s32GEMutex)) \
3765 MsOS_ReleaseMutex(pGECtxLocal->s32GEMutex); in GE_AtExit()
3909 pGECtxLocal->s32GEMutex = MsOS_CreateMutex(E_MSOS_FIFO, "GE_Mutex", MSOS_PROCESS_SHARED); in MDrv_GE_Init()
3910 if (pGECtxLocal->s32GEMutex < 0) in MDrv_GE_Init()
H A DdrvGE_private.h184 MS_S32 s32GEMutex; member
/utopia/UTPA2-700.0.x/modules/graphic/api/gfx/
H A DmapiGFX.c3574 MsOS_EnableCrossThreadReleaseMutex(pGECtxLocal->s32GEMutex,TRUE); in Ioctl_GFX_PowerState()
3576 MsOS_EnableCrossThreadReleaseMutex(pGECtxLocal->s32GEMutex,FALSE); in Ioctl_GFX_PowerState()