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 D | pthread.h | 99 (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 D | MsOS_nuttx.c | 282 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 D | pthread.h | 928 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 D | frhsl_ringbuffer.c | 613 MS_BOOL initCondition(pthread_cond_t* pCond) in initCondition() 637 MS_BOOL deleteCondition(pthread_cond_t* pCond) in deleteCondition()
|
| H A D | frhsl_cfg.h | 272 pthread_cond_t outputCond; // ring buffer output sync condition
|
| /utopia/UTPA2-700.0.x/modules/mfe/drv/mfe/ |
| H A D | pthread_map.h | 94 #define pthread_cond_t cyg_cond_t macro
|
| /utopia/UTPA2-700.0.x/projects/tools/lint/mips-linux-gnu_include/bits/ |
| H A D | pthreadtypes.h | 130 } pthread_cond_t; typedef
|
| /utopia/UTPA2-700.0.x/projects/tools/lint/aeon_include/sys/ |
| H A D | types.h | 353 typedef __uint32_t pthread_cond_t; /* identify a condition variable */ typedef
|
| /utopia/UTPA2-700.0.x/modules/msos/msos/linux/ |
| H A D | MsOS_linux.c | 423 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 D | MsOS_linux_kernel.c | 394 pthread_cond_t SendSem; 396 pthread_cond_t RecvSem;
|
| /utopia/UTPA2-700.0.x/modules/msos/msos/linux_kernel_V2/ |
| H A D | MsOS_linux_kernel.c | 336 pthread_cond_t SendSem; 338 pthread_cond_t RecvSem;
|