THREAD_LOCAL system_idle_put_evt

svn: r16276
This commit is contained in:
Kevin Tew 2009-10-07 21:58:39 +00:00
parent d3b85570a5
commit bffc3bf93c

View File

@ -59,7 +59,7 @@ static int pending_break(Scheme_Thread *p);
int scheme_main_was_once_suspended; int scheme_main_was_once_suspended;
static Scheme_Object *system_idle_put_evt; static THREAD_LOCAL Scheme_Object *system_idle_put_evt;
static Scheme_Object *thread_recv_evt; static Scheme_Object *thread_recv_evt;
#ifdef MZ_PRECISE_GC #ifdef MZ_PRECISE_GC