RTEMS CPU Kit with SuperCore  4.11.2
Functions
nanosleep.c File Reference

Suspends Execution of calling thread until Time elapses. More...

#include <time.h>
#include <errno.h>
#include <rtems/seterr.h>
#include <rtems/score/threadimpl.h>
#include <rtems/score/threadqimpl.h>
#include <rtems/score/timespec.h>
#include <rtems/score/watchdogimpl.h>
Include dependency graph for nanosleep.c:

Functions

int nanosleep (const struct timespec *rqtp, struct timespec *rmtp)
 

Detailed Description

Suspends Execution of calling thread until Time elapses.