RTEMS CPU Kit with SuperCore
Functions
condtimedwait.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 condtimedwait.c:

Functions

int pthread_cond_timedwait (pthread_cond_t *cond, pthread_mutex_t *mutex, const struct timespec *abstime)
 

Detailed Description

Waiting on a Condition.