Hello, World!
I would like to know if it is possible to identify physical processor (core) is used by thread with specific thread-id?
For example, I have an multithreaded application that has 2 threads (threadid = 10 and threadid = 20, for instance). I run the application on a system that has a dual core processor (core 1 and core 2). So, how to get to know number of core is used by thread with threadid = 20?
P.S. Windows platforms.
Thank you,
Denis.