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
in 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?9 replies