Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
Alfredo Di Napoli
GHC
Commits
5107d99f
Commit
5107d99f
authored
Feb 13, 2002
by
sof
Browse files
[project @ 2002-02-13 07:46:42 by sof]
Add BlockedOnCCall to StgTSOBlockInfo enum
parent
ca590cdd
Changes
1
Hide whitespace changes
Inline
Side-by-side
ghc/includes/TSO.h
View file @
5107d99f
/* -----------------------------------------------------------------------------
* $Id: TSO.h,v 1.2
3
200
1
/0
8/29 17:24:25 qrczak
Exp $
* $Id: TSO.h,v 1.2
4
200
2
/0
2/13 07:46:42 sof
Exp $
*
* (c) The GHC Team, 1998-1999
*
...
...
@@ -144,6 +144,9 @@ typedef enum {
,
BlockedOnGA
// blocked on a remote closure represented by a Global Address
,
BlockedOnGA_NoSend
// same as above but without sending a Fetch message
#endif
#if defined(RTS_SUPPORTS_THREADS)
,
BlockedOnCCall
#endif
}
StgTSOBlockReason
;
typedef
union
{
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment