1 /* -----------------------------------------------------------------------------
3 * (c) The GHC Team 1998-2005
5 * Prototypes for functions in Select.c
7 * -------------------------------------------------------------------------*/
12 #if !defined(THREADED_RTS)
14 extern lnat RTS_VAR(timestamp);
16 /* awaitEvent(rtsBool wait)
18 * Checks for blocked threads that need to be woken.
20 * Called from STG : NO
21 * Locks assumed : sched_mutex
23 void awaitEvent(rtsBool wait); /* In Select.c */