RTEMS 6.1-rc1
Functions | Variables
_timecounter.h File Reference

This header file provides timecounter definitions for the kernel space (_KERNEL is defined before including <sys/time.h>) and RTEMS. More...

Go to the source code of this file.

Functions

void _Timecounter_Binuptime (struct bintime *)
 
void _Timecounter_Nanouptime (struct timespec *)
 
void _Timecounter_Microuptime (struct timeval *)
 
void _Timecounter_Bintime (struct bintime *)
 
void _Timecounter_Nanotime (struct timespec *)
 
void _Timecounter_Microtime (struct timeval *)
 
void _Timecounter_Getbinuptime (struct bintime *)
 
void _Timecounter_Getnanouptime (struct timespec *)
 
void _Timecounter_Getmicrouptime (struct timeval *)
 
void _Timecounter_Getbintime (struct bintime *)
 
void _Timecounter_Getnanotime (struct timespec *)
 
void _Timecounter_Getmicrotime (struct timeval *)
 

Variables

__BEGIN_DECLS volatile time_t _Timecounter_Time_second
 
volatile int32_t _Timecounter_Time_uptime
 
struct bintime _Timecounter_Boottimebin
 

Detailed Description

This header file provides timecounter definitions for the kernel space (_KERNEL is defined before including <sys/time.h>) and RTEMS.