Β© 2026 Hedgehog Software, LLC

TwitterGitHubDiscord
More
CommunitiesDocsAboutTermsPrivacy
Search
Star
Setup for Free
C#C
C#β€’2y agoβ€’
8 replies
ParaN3xus

Any Methods to Obtain POSIX Thread Handle for System.Threading.Thread in Linux

So I am trying to find a way to obtain the pthread (POSIX thread) handles for my threads.
I found a property named
dont_USE_InternalThread
dont_USE_InternalThread
in
Thread
Thread
. But it seems to be a pointer to an internal dotnet object (see Corelib.h, Object.h, Threads.h)
I can't get useful information further. Any insights?
GitHub
runtime/src/coreclr/vm/threads.h at 3138206e748ea73329ebe26a8824cbb...
.NET is a cross-platform runtime for cloud, mobile, desktop, and IoT apps. - dotnet/runtime
runtime/src/coreclr/vm/threads.h at 3138206e748ea73329ebe26a8824cbb...
GitHub
runtime/src/coreclr/vm/corelib.h at 3138206e748ea73329ebe26a8824cbb...
.NET is a cross-platform runtime for cloud, mobile, desktop, and IoT apps. - dotnet/runtime
runtime/src/coreclr/vm/corelib.h at 3138206e748ea73329ebe26a8824cbb...
GitHub
runtime/src/coreclr/vm/object.h at 3138206e748ea73329ebe26a8824cbba...
.NET is a cross-platform runtime for cloud, mobile, desktop, and IoT apps. - dotnet/runtime
runtime/src/coreclr/vm/object.h at 3138206e748ea73329ebe26a8824cbba...
C# banner
C#Join
We are a programming server aimed at coders discussing everything related to C# (CSharp) and .NET.
61,871Members
Resources
Was this page helpful?

Similar Threads

Recent Announcements

Similar Threads

βœ… System threading tasks
C#CC# / help
2y ago
βœ… Thread and Threading
C#CC# / help
2y ago
Threading Return to old thread
C#CC# / help
4y ago
❔ Installing System.Threading.Tasks.Dataflow in Unity
C#CC# / help
3y ago