Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
jberryman
GHC
Commits
85b05cb2
Commit
85b05cb2
authored
Nov 02, 1999
by
simonmar
Browse files
[project @ 1999-11-02 17:04:28 by simonmar]
make the prototypes of suspendThread and resumeThread available to the RTS.
parent
f6692611
Changes
1
Hide whitespace changes
Inline
Side-by-side
ghc/includes/StgMacros.h
View file @
85b05cb2
/* -----------------------------------------------------------------------------
* $Id: StgMacros.h,v 1.1
4
1999/11/02 1
5
:0
5:52
simonmar Exp $
* $Id: StgMacros.h,v 1.1
5
1999/11/02 1
7
:0
4:28
simonmar Exp $
*
* (c) The GHC Team, 1998-1999
*
...
...
@@ -702,6 +702,8 @@ LoadThreadState (void)
# endif
}
#endif
/* NO_REGS */
/*
* Suspending/resuming threads for doing external C-calls (_ccall_GC).
* These functions are defined in rts/Schedule.c.
...
...
@@ -709,7 +711,5 @@ LoadThreadState (void)
StgInt
suspendThread
(
StgRegTable
*
cap
);
StgRegTable
*
resumeThread
(
StgInt
);
#endif
/* NO_REGS */
#endif
/* STGMACROS_H */
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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