Searched refs:s32GEMutex (Results 1 – 3 of 3) sorted by relevance
239 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()
184 MS_S32 s32GEMutex; member
3574 MsOS_EnableCrossThreadReleaseMutex(pGECtxLocal->s32GEMutex,TRUE); in Ioctl_GFX_PowerState()3576 MsOS_EnableCrossThreadReleaseMutex(pGECtxLocal->s32GEMutex,FALSE); in Ioctl_GFX_PowerState()