THREAD_LOCAL system_idle_put_evt
svn: r16276
This commit is contained in:
parent
d3b85570a5
commit
bffc3bf93c
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue
Block a user