RTEMS 5.4-rc2
Loading...
Searching...
No Matches
Files | Functions
BSD Compatibility Support

Files

file  bsd.h
 BSD Compatibility API.
 

Functions

RTEMS_INLINE_ROUTINE void rtems_bsd_bintime (struct bintime *bt)
 
RTEMS_INLINE_ROUTINE void rtems_bsd_nanotime (struct timespec *ts)
 
RTEMS_INLINE_ROUTINE void rtems_bsd_microtime (struct timeval *tv)
 
RTEMS_INLINE_ROUTINE void rtems_bsd_binuptime (struct bintime *bt)
 
RTEMS_INLINE_ROUTINE void rtems_bsd_nanouptime (struct timespec *ts)
 
RTEMS_INLINE_ROUTINE void rtems_bsd_microuptime (struct timeval *tv)
 
RTEMS_INLINE_ROUTINE void rtems_bsd_getbintime (struct bintime *bt)
 
RTEMS_INLINE_ROUTINE void rtems_bsd_getnanotime (struct timespec *ts)
 
RTEMS_INLINE_ROUTINE void rtems_bsd_getmicrotime (struct timeval *tv)
 
RTEMS_INLINE_ROUTINE void rtems_bsd_getbinuptime (struct bintime *bt)
 
RTEMS_INLINE_ROUTINE void rtems_bsd_getnanouptime (struct timespec *ts)
 
RTEMS_INLINE_ROUTINE void rtems_bsd_getmicrouptime (struct timeval *tv)
 

Detailed Description

Function Documentation

◆ rtems_bsd_bintime()

RTEMS_INLINE_ROUTINE void rtems_bsd_bintime ( struct bintime *  bt)

◆ rtems_bsd_binuptime()

RTEMS_INLINE_ROUTINE void rtems_bsd_binuptime ( struct bintime *  bt)

◆ rtems_bsd_getbintime()

RTEMS_INLINE_ROUTINE void rtems_bsd_getbintime ( struct bintime *  bt)

◆ rtems_bsd_getbinuptime()

RTEMS_INLINE_ROUTINE void rtems_bsd_getbinuptime ( struct bintime *  bt)

◆ rtems_bsd_getmicrotime()

RTEMS_INLINE_ROUTINE void rtems_bsd_getmicrotime ( struct timeval *  tv)

◆ rtems_bsd_getmicrouptime()

RTEMS_INLINE_ROUTINE void rtems_bsd_getmicrouptime ( struct timeval *  tv)

◆ rtems_bsd_getnanotime()

RTEMS_INLINE_ROUTINE void rtems_bsd_getnanotime ( struct timespec *  ts)

◆ rtems_bsd_getnanouptime()

RTEMS_INLINE_ROUTINE void rtems_bsd_getnanouptime ( struct timespec *  ts)

◆ rtems_bsd_microtime()

RTEMS_INLINE_ROUTINE void rtems_bsd_microtime ( struct timeval *  tv)

◆ rtems_bsd_microuptime()

RTEMS_INLINE_ROUTINE void rtems_bsd_microuptime ( struct timeval *  tv)

◆ rtems_bsd_nanotime()

RTEMS_INLINE_ROUTINE void rtems_bsd_nanotime ( struct timespec *  ts)

◆ rtems_bsd_nanouptime()

RTEMS_INLINE_ROUTINE void rtems_bsd_nanouptime ( struct timespec *  ts)