Home
last modified time | relevance | path

Searched refs:pthread_cond_t (Results 1 – 11 of 11) sorted by relevance

/utopia/UTPA2-700.0.x/projects/tools/lint/aeon_include/
H A Dpthread.h99 (pthread_cond_t *cond, const pthread_condattr_t *attr));
100 int _EXFUN(pthread_cond_destroy, (pthread_cond_t *mutex));
111 int _EXFUN(pthread_cond_signal, (pthread_cond_t *cond));
112 int _EXFUN(pthread_cond_broadcast, (pthread_cond_t *cond));
117 (pthread_cond_t *cond, pthread_mutex_t *mutex));
120 (pthread_cond_t *cond, pthread_mutex_t *mutex,
/utopia/UTPA2-700.0.x/modules/msos/msos/nuttx/
H A DMsOS_nuttx.c282 typedef struct pthread_cond_s pthread_cond_t; typedef
289 pthread_cond_t stSemaphore;
342 extern int pthread_cond_init(pthread_cond_t *cond, pthread_condattr_t *attr);
343 extern int pthread_cond_destroy(pthread_cond_t *cond);
347 extern int pthread_cond_broadcast(pthread_cond_t *cond);
348 extern int pthread_cond_signal(pthread_cond_t *cond);
352 extern int pthread_cond_wait(pthread_cond_t *cond, pthread_mutex_t *mutex);
356 extern int pthread_cond_timedwait(pthread_cond_t *cond, pthread_mutex_t *mutex,
/utopia/UTPA2-700.0.x/projects/tools/lint/mips-linux-gnu_include/
H A Dpthread.h928 extern int pthread_cond_init (pthread_cond_t *__restrict __cond,
933 extern int pthread_cond_destroy (pthread_cond_t *__cond)
937 extern int pthread_cond_signal (pthread_cond_t *__cond)
941 extern int pthread_cond_broadcast (pthread_cond_t *__cond)
949 extern int pthread_cond_wait (pthread_cond_t *__restrict __cond,
960 extern int pthread_cond_timedwait (pthread_cond_t *__restrict __cond,
/utopia/UTPA2-700.0.x/modules/hsl/api/hsl/
H A Dfrhsl_ringbuffer.c613 MS_BOOL initCondition(pthread_cond_t* pCond) in initCondition()
637 MS_BOOL deleteCondition(pthread_cond_t* pCond) in deleteCondition()
H A Dfrhsl_cfg.h272 pthread_cond_t outputCond; // ring buffer output sync condition
/utopia/UTPA2-700.0.x/modules/mfe/drv/mfe/
H A Dpthread_map.h94 #define pthread_cond_t cyg_cond_t macro
/utopia/UTPA2-700.0.x/projects/tools/lint/mips-linux-gnu_include/bits/
H A Dpthreadtypes.h130 } pthread_cond_t; typedef
/utopia/UTPA2-700.0.x/projects/tools/lint/aeon_include/sys/
H A Dtypes.h353 typedef __uint32_t pthread_cond_t; /* identify a condition variable */ typedef
/utopia/UTPA2-700.0.x/modules/msos/msos/linux/
H A DMsOS_linux.c423 pthread_cond_t stSemaphore;
440 pthread_cond_t SendSem;
442 pthread_cond_t RecvSem;
/utopia/UTPA2-700.0.x/modules/msos/msos/linux_kernel/
H A DMsOS_linux_kernel.c394 pthread_cond_t SendSem;
396 pthread_cond_t RecvSem;
/utopia/UTPA2-700.0.x/modules/msos/msos/linux_kernel_V2/
H A DMsOS_linux_kernel.c336 pthread_cond_t SendSem;
338 pthread_cond_t RecvSem;