I’m trying to find a tool similar to the Windows Task Manager utility which can show details on all threads running in a given process, such as their names, IDs, etc ..
Windows Task Manager only lists the number of threads running in a given process .. It doesn’t give any thread specific information ..
Try using Process explorer. It’s much more powerful than task manager and should suit your needs.