ParaN3xus
ParaN3xus
CC#
Created by ParaN3xus on 2/23/2024 in #help
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