1 /* -----------------------------------------------------------------------------
3 * (c) The GHC Team 1998-2006
5 * Tidying up a thread when it stops running
7 * ---------------------------------------------------------------------------*/
10 #define THREADPAUSED_H
12 RTS_PRIVATE void threadPaused ( Capability *cap, StgTSO * );
14 #endif /* THREADPAUSED_H */