Skip to content
Snippets Groups Projects
Commit ff7984c6 authored by sof's avatar sof
Browse files

[project @ 1997-10-05 20:30:17 by sof]

Removed CONCURRENT #ifdef protection; updated docs
parent b6c47c88
No related merge requests found
Hook to invoke when there's nothing left on the runnable threads
queue {\em and} we've got nothing to wait for. The value
returned is the exit code to report back.
NOTE: This hook is really CONCURRENT specific, but we include
it in the way-independent libHSclib.a.
\begin{code}
#ifdef CONCURRENT /* the whole thing! */
#include "rtsdefs.h"
void
int
NoRunnableThreadsHook (void)
{
fflush(stdout);
fprintf(stderr, "No runnable threads!\n");
return(EXIT_FAILURE);
}
#endif /* CONCURRENT */
\end{code}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment