How is CLR instance id set? #91656
Answered
by
jkotas
huoyaoyuan
asked this question in
Q&A
-
When implementing eventing for #91400, The only definition I can find is: runtime/src/coreclr/nativeaot/Runtime/gcenv.h Lines 80 to 88 in 808c523 On Unix it just returns 0. On Windows I can't find any write for |
Beta Was this translation helpful? Give feedback.
Answered by
jkotas
Sep 6, 2023
Replies: 1 comment
-
|
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
huoyaoyuan
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
_tls_index
is intrinsic. It is initialized by the Windows OS loader to the index of thread-static block for the given .dll.