blob: de1c6e1faed61b136390ba90c73960505ff605f8 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
/* -----------------------------------------------------------------------------
*
* (c) The GHC Team, 1998-2009
*
* Parallelism-related functionality
*
* Do not #include this file directly: #include "Rts.h" instead.
*
* To understand the structure of the RTS headers, see the wiki:
* http://ghc.haskell.org/trac/ghc/wiki/Commentary/SourceTree/Includes
*
* -------------------------------------------------------------------------- */
#pragma once
StgInt newSpark (StgRegTable *reg, StgClosure *p);
|