Β© 2026 Hedgehog Software, LLC
Twitter
GitHub
Discord
System
Light
Dark
More
Communities
Docs
About
Terms
Privacy
Search
Star
Feedback
Setup for Free
Any Methods to Obtain POSIX Thread Handle for System.Threading.Thread in Linux - C#
C
C#
β’
3y 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
GitHub
runtime/src/coreclr/vm/corelib.h at 3138206e748ea73329ebe26a8824cbb...
.NET is a cross
-platform runtime for cloud
, mobile
, desktop
, and IoT apps
.
- dotnet
/runtime
GitHub
runtime/src/coreclr/vm/object.h at 3138206e748ea73329ebe26a8824cbba...
.NET is a cross
-platform runtime for cloud
, mobile
, desktop
, and IoT apps
.
- dotnet
/runtime
C#
Join
We are a programming server aimed at coders discussing everything related to C# (CSharp) and .NET.
62,470
Members
View on Discord
Resources
ModelContextProtocol
ModelContextProtocol
MCP Server
Was this page helpful?
Yes
No
Similar Threads
Recent Announcements
Similar Threads
β System threading tasks
C
C# / help
3y ago
β Thread and Threading
C
C# / help
2y ago
Threading Return to old thread
C
C# / help
4y ago
β Installing System.Threading.Tasks.Dataflow in Unity
C
C# / help
3y ago