THREAD_LOCAL scheduled_kills
svn: r16171
This commit is contained in:
parent
564f966f53
commit
8d3217810b
|
@ -192,7 +192,7 @@ extern int GC_is_marked(void *);
|
||||||
to the target thread. */
|
to the target thread. */
|
||||||
static THREAD_LOCAL Scheme_Thread *swap_target;
|
static THREAD_LOCAL Scheme_Thread *swap_target;
|
||||||
|
|
||||||
static Scheme_Object *scheduled_kills;
|
static THREAD_LOCAL Scheme_Object *scheduled_kills;
|
||||||
|
|
||||||
Scheme_Object *scheme_parameterization_key;
|
Scheme_Object *scheme_parameterization_key;
|
||||||
Scheme_Object *scheme_exn_handler_key;
|
Scheme_Object *scheme_exn_handler_key;
|
||||||
|
|
Loading…
Reference in New Issue
Block a user