ppsspp/Common/Thread
Henrik Rydgård 6e1455fd55 Use the "new" API SetThreadDescription to set thread names on Windows.
Mainly useful in debugging and profiling tools. Using the new function helps
modern debugging/profiling tools like Superluminal which don't support the
old exception method.

(Is there any old tool left that might be a reason we'd want to do both?)
2021-11-13 18:02:36 +01:00
..
Channel.h Core: Correct relocation error check. 2021-06-13 10:51:51 -07:00
Event.h Remove experimental unused stuff. 2021-06-12 13:03:53 +02:00
ParallelLoop.cpp Android: Fix logical CPU count. 2021-06-13 12:47:11 -07:00
ParallelLoop.h Address feedback (except the mailbox refcount) 2021-06-13 10:16:53 +02:00
Promise.h Mailbox: Address feedback 2021-06-13 11:27:12 +02:00
ThreadManager.cpp ThreadManager cleanups 2021-09-08 23:24:00 +02:00
ThreadManager.h ThreadManager cleanups 2021-09-08 23:24:00 +02:00
ThreadUtil.cpp Use the "new" API SetThreadDescription to set thread names on Windows. 2021-11-13 18:02:36 +01:00
ThreadUtil.h Autodetect number of threads (remove setting). Fix some bugs. 2021-06-12 21:06:59 +02:00