These frames can then be recognized in Debug_Stack_Trace output.
(continue (parser-state/dynamic-state state)
(parser-state/block-thread-events? state)
marker-instance))
- ((eq? marker-type with-thread-events-blocked)
+ ((eq? marker-type 'WITH-THREAD-EVENTS-BLOCKED)
(continue (parser-state/dynamic-state state)
marker-instance
(parser-state/interrupt-mask state)))
(let ((value (thunk)))
(set-interrupt-enables! interrupt-mask/gc-ok)
value))
- with-thread-events-blocked
+ 'WITH-THREAD-EVENTS-BLOCKED
block-events?)))
(let ((thread first-running-thread))
(if thread