summaryrefslogtreecommitdiff
path: root/rts/Timer.h
blob: daf0cc3d7f3c30e7b8e167ded29ce5b2e4793ce2 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
/* -----------------------------------------------------------------------------
 *
 * (c) The GHC Team, 1995-2006
 *
 * Interface to the RTS timer signal (uses OS-dependent Ticker.h underneath)
 *
 * ---------------------------------------------------------------------------*/

#ifndef TIMER_H
#define TIMER_H

RTS_PRIVATE void initTimer (void);
RTS_PRIVATE void exitTimer (bool wait);

#endif /* TIMER_H */