STLdoc
STLdocumentation
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros
Classes | Macros | Typedefs | Enumerations | 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   (_LONGLONG)10000000
 

Typedefs

typedef struct xtime xtime
 

Enumerations

enum  { TIME_UTC = 1 }
 

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 _LONGLONG __cdecl _Xtime_get_ticks ()
 

Macro Definition Documentation

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

Typedef Documentation

typedef struct xtime xtime

Enumeration Type Documentation

anonymous enum
Enumerator
TIME_UTC 
18  { /* define TIME_UTC */
19  TIME_UTC = 1
20  };
Definition: xtimec.h:19

Function Documentation

_CRTIMP2_PURE long __cdecl _Xtime_diff_to_millis ( const xtime )
_CRTIMP2_PURE long __cdecl _Xtime_diff_to_millis2 ( const xtime ,
const xtime  
)
_CRTIMP2_PURE _LONGLONG __cdecl _Xtime_get_ticks ( )
_CRTIMP2_PURE int __cdecl xtime_get ( xtime ,
int   
)