STLdoc
STLdocumentation
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros
Classes | Macros | Typedefs | Functions
xtimec.h File Reference
#include <thr/xthrcommon.h>
#include <time.h>

Go to the source code of this file.

Classes

struct  xtime
 

Macros

#define _THR_XTIMEC_H
 
#define _XTIME_NSECS_PER_TICK   100
 
#define _XTIME_TICKS_PER_TIME_T   (long long)10000000
 

Typedefs

typedef struct xtime xtime
 

Functions

_CRTIMP2_PURE int __cdecl xtime_get (xtime *, int)
 
_CRTIMP2_PURE long __cdecl _Xtime_diff_to_millis (const xtime *)
 
_CRTIMP2_PURE long __cdecl _Xtime_diff_to_millis2 (const xtime *, const xtime *)
 
_CRTIMP2_PURE long long __cdecl _Xtime_get_ticks (void)
 
_CRTIMP2_PURE long long __cdecl _Query_perf_counter (void)
 
_CRTIMP2_PURE long long __cdecl _Query_perf_frequency (void)
 

Macro Definition Documentation

#define _THR_XTIMEC_H
#define _XTIME_NSECS_PER_TICK   100
#define _XTIME_TICKS_PER_TIME_T   (long long)10000000

Typedef Documentation

typedef struct xtime xtime

Function Documentation

_CRTIMP2_PURE long long __cdecl _Query_perf_counter ( void  )
_CRTIMP2_PURE long long __cdecl _Query_perf_frequency ( void  )
_CRTIMP2_PURE long __cdecl _Xtime_diff_to_millis ( const xtime )
_CRTIMP2_PURE long __cdecl _Xtime_diff_to_millis2 ( const xtime ,
const xtime  
)
_CRTIMP2_PURE long long __cdecl _Xtime_get_ticks ( void  )
_CRTIMP2_PURE int __cdecl xtime_get ( xtime ,
int   
)