|
RTEMS CPU Kit with SuperCore
4.11.2
|
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>
Functions | |
| int | pthread_cond_timedwait (pthread_cond_t *cond, pthread_mutex_t *mutex, const struct timespec *abstime) |
Waiting on a Condition.
1.8.13