RTEMS  5.1
Functions
condtimedwait.c File Reference

Waiting on a Condition. More...

#include <rtems/posix/condimpl.h>
#include <rtems/score/todimpl.h>

Functions

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

Detailed Description

Waiting on a Condition.