Home
last modified time | relevance | path

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

/utopia/UTPA2-700.0.x/modules/msos/msos/linux/
H A DdrvMPool.c621 LOCKARG lockarg; in MsOS_LockMutex() local
622 lockarg.index = u32Index; in MsOS_LockMutex()
623 lockarg.time = flag; in MsOS_LockMutex()
624 res = ioctl(_s32SemutexFD,MDRV_SEMUTEX_LOCK_WITHTIMEOUT,&lockarg); in MsOS_LockMutex()