RTEMS  5.1
Functions
bsd.h File Reference

BSD Compatibility API. More...

#include <rtems/score/timecounter.h>
#include <rtems/score/basedefs.h>

Go to the source code of this file.

Functions

RTEMS_INLINE_ROUTINE void rtems_bsd_bintime (struct bintime *bt)
 Returns the wall clock time in the bintime format. More...
 
RTEMS_INLINE_ROUTINE void rtems_bsd_nanotime (struct timespec *ts)
 Returns the wall clock time in the timespec format. More...
 
RTEMS_INLINE_ROUTINE void rtems_bsd_microtime (struct timeval *tv)
 Returns the wall clock time in the timeval format. More...
 
RTEMS_INLINE_ROUTINE void rtems_bsd_binuptime (struct bintime *bt)
 Returns the uptime in the bintime format. More...
 
RTEMS_INLINE_ROUTINE void rtems_bsd_nanouptime (struct timespec *ts)
 Returns the uptime in the timespec format. More...
 
RTEMS_INLINE_ROUTINE void rtems_bsd_microuptime (struct timeval *tv)
 Returns the wall clock time in the timeval format. More...
 
RTEMS_INLINE_ROUTINE void rtems_bsd_getbintime (struct bintime *bt)
 Returns the wall clock time in the bintime format. More...
 
RTEMS_INLINE_ROUTINE void rtems_bsd_getnanotime (struct timespec *ts)
 Returns the wall clock time in the timespec format. More...
 
RTEMS_INLINE_ROUTINE void rtems_bsd_getmicrotime (struct timeval *tv)
 Returns the wall clock time in the timeval format. More...
 
RTEMS_INLINE_ROUTINE void rtems_bsd_getbinuptime (struct bintime *bt)
 Returns the uptime in the bintime format. More...
 
RTEMS_INLINE_ROUTINE void rtems_bsd_getnanouptime (struct timespec *ts)
 Returns the uptime in the timespec format. More...
 
RTEMS_INLINE_ROUTINE void rtems_bsd_getmicrouptime (struct timeval *tv)
 Returns the uptime in the timeval format. More...
 

Detailed Description

BSD Compatibility API.