RTEMS
5.0.0
|
BSD Compatibility API. More...
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... | |
BSD Compatibility API.