summaryrefslogtreecommitdiff
path: root/rts/ThreadPaused.h
blob: 4d762f9aed517ade1d035dbb00b011a50d6aa1d4 (plain)
1
2
3
4
5
6
7
8
9
10
11
/* -----------------------------------------------------------------------------
 *
 * (c) The GHC Team 1998-2006
 *
 * Tidying up a thread when it stops running
 *
 * ---------------------------------------------------------------------------*/

#pragma once

RTS_PRIVATE void threadPaused ( Capability *cap, StgTSO * );