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 af11dbc commit 0d8c6b7Copy full SHA for 0d8c6b7
src/coreclr/nativeaot/Runtime/unix/PalRedhawkUnix.cpp
@@ -480,10 +480,11 @@ EXTERN_C intptr_t* RhpGetThunkData()
480
}
481
#endif //FEATURE_EMULATED_TLS
482
483
-EXTERN_C intptr_t RhGetCurrentThunkContext()
+FCIMPL0(intptr_t, RhGetCurrentThunkContext)
484
{
485
return tls_thunkData;
486
487
+FCIMPLEND
488
489
// Register the thread with OS to be notified when thread is about to be destroyed
490
// It fails fast if a different thread was already registered.
0 commit comments