summaryrefslogtreecommitdiff
path: root/rts/sm/NonMoving.h
diff options
context:
space:
mode:
authorBen Gamari <ben@smart-cactus.org>2020-05-29 23:05:10 -0400
committerBen Gamari <ben@smart-cactus.org>2020-11-01 13:57:10 -0500
commit1a184ceb8d4c3093fe1a8a5085a747943274a8d9 (patch)
treea752e2b5c192cd8daac51a24e2e21259bf2cae53 /rts/sm/NonMoving.h
parente63db32c7eb089985a1a7279a0a886a32d70ac0e (diff)
downloadhaskell-wip/perform-blocking-gc.tar.gz
rts: Introduce performBlockingMajorGCwip/perform-blocking-gc
Diffstat (limited to 'rts/sm/NonMoving.h')
-rw-r--r--rts/sm/NonMoving.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/rts/sm/NonMoving.h b/rts/sm/NonMoving.h
index 6eabcb8493..1e19babf6f 100644
--- a/rts/sm/NonMoving.h
+++ b/rts/sm/NonMoving.h
@@ -126,7 +126,8 @@ void nonmovingExit(void);
// directly, but in a pause.
//
void nonmovingCollect(StgWeak **dead_weaks,
- StgTSO **resurrected_threads);
+ StgTSO **resurrected_threads,
+ bool force_nonmoving);
void *nonmovingAllocate(Capability *cap, StgWord sz);
void nonmovingAddCapabilities(uint32_t new_n_caps);