Home
last modified time | relevance | path

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

/utopia/UTPA2-700.0.x/modules/sem/drv/sem/
H A DdrvSEM_priv.h193 typedef MS_BOOL (*IOCTL_SEM_UNLOCK)(MS_U32); typedef
206 IOCTL_SEM_UNLOCK fpSEMUnlock;
H A DmdrvSEM.c111 pSEMPri->fpSEMUnlock = (IOCTL_SEM_UNLOCK)MDrv_SEM_Unlock_U2K; in SEMOpen()