Home
last modified time | relevance | path

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

/utopia/UTPA2-700.0.x/modules/mfe/drv/mfe/
H A Dpthread_map.h104 #define sem_post cyg_semaphore_post macro
H A Dmdrv_mfe.c283 #define wake_up(a) sem_post(a)
/utopia/UTPA2-700.0.x/projects/tools/lint/mips-linux-gnu_include/
H A Dsemaphore.h70 extern int sem_post (sem_t *__sem) __THROW;
/utopia/UTPA2-700.0.x/modules/msos/msos/nuttx/
H A DMsOS_nuttx.c367 extern int sem_post(sem_t *sem);
1172 return sem_post(&_MsOS_Semaphore_Info[s32SemaphoreId].stSemaphore) >= 0 ? TRUE : FALSE; in MsOS_ReleaseSemaphore()
/utopia/UTPA2-700.0.x/modules/msos/msos/linux/
H A DMsOS_linux.c395 #define MUTEX_MUTEX_UNLOCK() sem_post(pMutexMutex)
518 #define _MSOS_SHM_UNLOCK(pSem) sem_post(pSem)
2106 return sem_post(&_MsOS_Semaphore_Info[s32SemaphoreId].stSemaphore) >= 0 ? TRUE : FALSE; in MsOS_ReleaseSemaphore()
/utopia/UTPA2-700.0.x/modules/msos/msos/linux_kernel/
H A DMsOS_linux_kernel.c1464 return sem_post(&_MsOS_Semaphore_Info[s32SemaphoreId].stSemaphore) >= 0 ? TRUE : FALSE;