1 /* -----------------------------------------------------------------------------
3 * (c) The GHC Team 1998-2005
5 * The awaitEvent() interface, for the non-threaded RTS
7 * -------------------------------------------------------------------------*/
12 #if !defined(THREADED_RTS)
13 /* awaitEvent(rtsBool wait)
15 * Checks for blocked threads that need to be woken.
17 * Called from STG : NO
18 * Locks assumed : sched_mutex
20 void awaitEvent(rtsBool wait); /* In posix/Select.c or
21 * win32/AwaitEvent.c */
24 #endif /* AWAITEVENT_H */