Home
last modified time | relevance | path

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

/utopia/UTPA2-700.0.x/modules/mfe/drv/mfe/
H A Dpthread_map.h103 #define sem_init(a, b, c) cyg_semaphore_init(a, c) macro
H A Dmdrv_mfe.c306 sem_init(&_MFE_wait_queue, 0, 0); in MDrv_MFE_Sem_Init()
/utopia/UTPA2-700.0.x/projects/tools/lint/mips-linux-gnu_include/
H A Dsemaphore.h37 extern int sem_init (sem_t *__sem, int __pshared, unsigned int __value)
/utopia/UTPA2-700.0.x/modules/msos/msos/nuttx/
H A DMsOS_nuttx.c360 extern int sem_init(sem_t *sem, int pshared, unsigned int value);
1083 sem_init(&_MsOS_Semaphore_Info[s32Id].stSemaphore, 0, u32InitCnt); in MsOS_CreateSemaphore()
/utopia/UTPA2-700.0.x/modules/msos/msos/linux_kernel/
H A DMsOS_linux_kernel.c1375 sem_init(&_MsOS_Semaphore_Info[s32Id].stSemaphore, 0, u32InitCnt);
/utopia/UTPA2-700.0.x/modules/mfe/api/mfe/
H A Dmadp_mfe.c397 sem_init(&madp_sem_input, 0, 0); in MAdp_MFE_Sem_Init()
/utopia/UTPA2-700.0.x/modules/msos/msos/linux/
H A DMsOS_linux.c2009 sem_init(&_MsOS_Semaphore_Info[s32Id].stSemaphore, 0, u32InitCnt); in MsOS_CreateSemaphore()