RTEMS CPU Kit with SuperCore  4.11.3
Functions
condwait.c File Reference

Waiting on a Condition. More...

#include <pthread.h>
#include <errno.h>
#include <rtems/system.h>
#include <rtems/score/watchdog.h>
#include <rtems/posix/condimpl.h>
#include <rtems/posix/time.h>
#include <rtems/posix/muteximpl.h>
Include dependency graph for condwait.c:

Functions

int pthread_cond_wait (pthread_cond_t *cond, pthread_mutex_t *mutex)
 

Detailed Description

Waiting on a Condition.