Home
last modified time | relevance | path

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

/utopia/UTPA2-700.0.x/modules/mfe/drv/mfe/
H A Dpthread_map.h101 #define pthread_cond_wait(a, b) cyg_cond_wait(a) macro
/utopia/UTPA2-700.0.x/modules/msos/msos/nuttx/
H A DMsOS_nuttx.c352 extern int pthread_cond_wait(pthread_cond_t *cond, pthread_mutex_t *mutex);
1412 pthread_cond_wait(&_MsOS_EventGroup_Info[s32EventGroupId].stSemaphore, in MsOS_WaitEvent()
/utopia/UTPA2-700.0.x/projects/tools/lint/aeon_include/
H A Dpthread.h116 int _EXFUN(pthread_cond_wait,
/utopia/UTPA2-700.0.x/modules/msos/msos/linux/
H A DMsOS_linux.c2340 PTH_RET_CHK(pthread_cond_wait(&_MsOS_EventGroup_Info[s32EventGroupId].stSemaphore, in MsOS_WaitEvent()
3074 PTH_RET_CHK(pthread_cond_wait(&pQueueInfo->RecvSem, &pQueueInfo->WaitQueueSpaceMutex)); in MsOS_SendToQueue()
3143 PTH_RET_CHK(pthread_cond_wait(&pQueueInfo->SendSem, &pQueueInfo->WaitQueueDataMutex)); in MsOS_RecvFromQueue()
/utopia/UTPA2-700.0.x/modules/msos/msos/linux_kernel/
H A DMsOS_linux_kernel.c2168 PTH_RET_CHK(pthread_cond_wait(&pQueueInfo->RecvSem, &pQueueInfo->RecvMutex));
2226 PTH_RET_CHK(pthread_cond_wait(&pQueueInfo->SendSem, &pQueueInfo->SendMutex));
/utopia/UTPA2-700.0.x/modules/msos/msos/linux_kernel_V2/
H A DMsOS_linux_kernel.c2587 PTH_RET_CHK(pthread_cond_wait(&pQueueInfo->RecvSem, &pQueueInfo->RecvMutex));
2645 PTH_RET_CHK(pthread_cond_wait(&pQueueInfo->SendSem, &pQueueInfo->SendMutex));
/utopia/UTPA2-700.0.x/projects/tools/lint/mips-linux-gnu_include/
H A Dpthread.h949 extern int pthread_cond_wait (pthread_cond_t *__restrict __cond,
/utopia/UTPA2-700.0.x/modules/hsl/api/hsl/
H A Dfrhsl_ringbuffer.c365 pthread_cond_wait(&(_hsl->outputCond), &(_hsl->outputCondMutex)); in bufferWriteThread()