Home
last modified time | relevance | path

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

/utopia/UTPA2-700.0.x/modules/mfe/drv/mfe/
H A Dpthread_map.h105 #define sem_wait cyg_semaphore_wait macro
H A Dmdrv_mfe.c316 sem_wait(&_MFE_wait_queue); in MDrv_MFE_Sem_Wait()
/utopia/UTPA2-700.0.x/projects/tools/lint/mips-linux-gnu_include/
H A Dsemaphore.h55 extern int sem_wait (sem_t *__sem);
/utopia/UTPA2-700.0.x/modules/msos/msos/nuttx/
H A DMsOS_nuttx.c365 extern int sem_wait(sem_t *sem);
1148 bRet = sem_wait(&_MsOS_Semaphore_Info[s32SemaphoreId].stSemaphore) >=0 ? TRUE : FALSE; in MsOS_ObtainSemaphore()
/utopia/UTPA2-700.0.x/modules/msos/msos/linux/
H A DMsOS_linux.c394 #define MUTEX_MUTEX_LOCK() sem_wait(pMutexMutex)
517 #define _MSOS_SHM_LOCK(pSem) sem_wait(pSem)
2072 bRet = sem_wait(&_MsOS_Semaphore_Info[s32SemaphoreId].stSemaphore) >=0 ? TRUE : FALSE; in MsOS_ObtainSemaphore()
/utopia/UTPA2-700.0.x/modules/msos/msos/linux_kernel/
H A DMsOS_linux_kernel.c1430 bRet = sem_wait(&_MsOS_Semaphore_Info[s32SemaphoreId].stSemaphore) >=0 ? TRUE : FALSE;
/utopia/UTPA2-700.0.x/modules/mfe/api/mfe/
H A Dmadp_mfe.c407 sem_wait(&madp_sem_input); in MAdp_MFE_Sem_Wait()