summaryrefslogtreecommitdiff
path: root/rts/Ticker.h
blob: b06890a049aec5e2d0f9bd0a062df12fa230c7a4 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
/* -----------------------------------------------------------------------------
 *
 * (c) The GHC Team 2005
 *
 * Ticker interface (implementation is OS-specific)
 *
 * ---------------------------------------------------------------------------*/

#ifndef TICKER_H
#define TICKER_H

extern void startTicker( nat ms, TickProc handle_tick );
extern void stopTicker ( void );

#endif /* TICKER_H */