summaryrefslogtreecommitdiff
path: root/ghc/rts/Weak.h
blob: ba8c1ca913acdfab16ae7a3bfa15d48faa2d4133 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
/* -----------------------------------------------------------------------------
 *
 * (c) The GHC Team, 1998-2005
 *
 * Weak pointers / finalizers
 *
 * ---------------------------------------------------------------------------*/

#ifndef WEAK_H
#define WEAK_H

#include "Capability.h"

void scheduleFinalizers(Capability *cap, StgWeak *w);
void markWeakList(void);

#endif