Searched refs:pthread_cond_wait (Results 1 – 8 of 8) sorted by relevance
| /utopia/UTPA2-700.0.x/modules/mfe/drv/mfe/ |
| H A D | pthread_map.h | 101 #define pthread_cond_wait(a, b) cyg_cond_wait(a) macro
|
| /utopia/UTPA2-700.0.x/modules/msos/msos/nuttx/ |
| H A D | MsOS_nuttx.c | 352 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 D | pthread.h | 116 int _EXFUN(pthread_cond_wait,
|
| /utopia/UTPA2-700.0.x/modules/msos/msos/linux/ |
| H A D | MsOS_linux.c | 2340 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 D | MsOS_linux_kernel.c | 2168 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 D | MsOS_linux_kernel.c | 2587 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 D | pthread.h | 949 extern int pthread_cond_wait (pthread_cond_t *__restrict __cond,
|
| /utopia/UTPA2-700.0.x/modules/hsl/api/hsl/ |
| H A D | frhsl_ringbuffer.c | 365 pthread_cond_wait(&(_hsl->outputCond), &(_hsl->outputCondMutex)); in bufferWriteThread()
|