Home
last modified time | relevance | path

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

/utopia/UTPA2-700.0.x/modules/hsl/api/hsl/
H A Dfrhsl_ringbuffer.c1008 pthread_cond_signal(&(_hsl->outputCond)); in bufferAllocateWrite()
1014 pthread_cond_signal( &(_hsl->outputCond) ); in bufferAllocateWrite()
1175 pthread_cond_signal(&(_hsl->outputCond)); in bufferProcessCommand()
/utopia/UTPA2-700.0.x/modules/mfe/drv/mfe/
H A Dpthread_map.h100 #define pthread_cond_signal cyg_cond_signal macro
/utopia/UTPA2-700.0.x/projects/tools/lint/aeon_include/
H A Dpthread.h111 int _EXFUN(pthread_cond_signal, (pthread_cond_t *cond));
/utopia/UTPA2-700.0.x/modules/msos/msos/linux_kernel/
H A DMsOS_linux_kernel.c2191 PTH_RET_CHK(pthread_cond_signal(&pQueueInfo->SendSem));
2249 PTH_RET_CHK(pthread_cond_signal(&pQueueInfo->RecvSem));
/utopia/UTPA2-700.0.x/modules/msos/msos/linux_kernel_V2/
H A DMsOS_linux_kernel.c2610 PTH_RET_CHK(pthread_cond_signal(&pQueueInfo->SendSem));
2668 PTH_RET_CHK(pthread_cond_signal(&pQueueInfo->RecvSem));
/utopia/UTPA2-700.0.x/projects/tools/lint/mips-linux-gnu_include/
H A Dpthread.h937 extern int pthread_cond_signal (pthread_cond_t *__cond)
/utopia/UTPA2-700.0.x/modules/msos/msos/linux/
H A DMsOS_linux.c3104 PTH_RET_CHK(pthread_cond_signal(&pQueueInfo->SendSem)); in MsOS_SendToQueue()
3174 PTH_RET_CHK(pthread_cond_signal(&pQueueInfo->RecvSem)); in MsOS_RecvFromQueue()
/utopia/UTPA2-700.0.x/modules/msos/msos/nuttx/
H A DMsOS_nuttx.c348 extern int pthread_cond_signal(pthread_cond_t *cond);