We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 248fa30 commit c2ef05eCopy full SHA for c2ef05e
src/threading.c
@@ -406,7 +406,7 @@ jl_ptls_t jl_init_threadtls(int16_t tid)
406
return ptls;
407
}
408
409
-JL_DLLEXPORT jl_gcframe_t **jl_adopt_thread(void) JL_NOTSAFEPOINT_LEAVE
+JL_DLLEXPORT jl_gcframe_t **jl_adopt_thread(void)
410
{
411
// jl_init_threadtls puts us in a GC unsafe region, so ensure GC isn't running.
412
// we can't use a normal safepoint because we don't have signal handlers yet.
0 commit comments