Skip to content

Replace compiler specific options with C++ thread_local keyword - #114660

Merged
AaronRobinsonMSFT merged 5 commits into
dotnet:mainfrom
AaronRobinsonMSFT:thread_local_pal
Apr 19, 2025
Merged

Replace compiler specific options with C++ thread_local keyword#114660
AaronRobinsonMSFT merged 5 commits into
dotnet:mainfrom
AaronRobinsonMSFT:thread_local_pal

Conversation

@AaronRobinsonMSFT

Copy link
Copy Markdown
Member

Rename gCurrentThreadInfo to t_CurrentThreadInfo to align with the naming convention.

@AaronRobinsonMSFT

Copy link
Copy Markdown
Member Author

/cc @jkotas @janvorli

@dotnet-policy-service

Copy link
Copy Markdown
Contributor

Tagging subscribers to this area: @mangod9
See info in area-owners.md if you want to be subscribed.

@jkotas

jkotas commented Apr 15, 2025

Copy link
Copy Markdown
Member

Build breaks look related:

 _t_ThreadStatics, referenced from:
        _GetThreadVarsAddress in asmhelpers.S.o
        _GetThreadVarsAddress in asmhelpers.S.o

Comment thread src/coreclr/vm/jithelpers.cpp Outdated
Comment thread src/coreclr/vm/jithelpers.cpp Outdated
Comment thread src/coreclr/vm/threadstatics.h Outdated
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants