STLdoc
STLdocumentation
|
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 () |
#define _THR_XTIMEC_H |
#define _XTIME_NSECS_PER_TICK 100 |
#define _XTIME_TICKS_PER_TIME_T (_LONGLONG)10000000 |
anonymous enum |
_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 | |||
) |