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 09b5590 commit bbe01cbCopy full SHA for bbe01cb
src/coreclr/nativeaot/Runtime/unix/PalRedhawkUnix.cpp
@@ -489,10 +489,11 @@ EXTERN_C intptr_t* RhpGetThunkData()
489
}
490
#endif //FEATURE_EMULATED_TLS
491
492
-EXTERN_C intptr_t RhGetCurrentThunkContext()
+FCIMPL0(intptr_t, RhGetCurrentThunkContext)
493
{
494
return tls_thunkData;
495
496
+FCIMPLEND
497
498
// Register the thread with OS to be notified when thread is about to be destroyed
499
// It fails fast if a different thread was already registered.
0 commit comments