blob: ed2a9b34275956dc52c2362baa4520ed4da80613 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
/* -----------------------------------------------------------------------------
*
* (c) The GHC Team 1998-2005
*
* Prototypes for functions in Select.c
*
* -------------------------------------------------------------------------*/
#pragma once
// An absolute time value in units of 10ms.
typedef StgWord LowResTime;
RTS_PRIVATE LowResTime getDelayTarget (HsInt us);
|