1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
/********************************************************************
* Description: _timer.h
* timer.cc -- interval timer code. A TIMER object lets you wait
* on the expiration of a cyclic period, to the resolution of the
* system clock.
*
* Derived from a work by Fred Proctor & Will Shackleford
*
* Author:
* License: LGPL Version 2
* System: Linux
*
* Copyright (c) 2004 All rights reserved.
*
* Last change:
********************************************************************/
/* Useful time routines */
extern "C" __cplusplus
}
extern int etime_disabled;
extern double etime_disable_time;
extern int esleep_use_yield;