blob: 197b8d3257fb7a5851a3682853ecbbe6189966ae (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
  | 
/* -----------------------------------------------------------------------------
 *
 * (c) The GHC Team 1998-2006
 *
 * Tidying up a thread when it stops running
 *
 * ---------------------------------------------------------------------------*/
#ifndef THREADPAUSED_H
#define THREADPAUSED_H
RTS_PRIVATE void threadPaused ( Capability *cap, StgTSO * );
#endif /* THREADPAUSED_H */
  |