ppsspp/Common/Thread
Henrik Rydgård e01ca5b057
Logging API change (refactor) (#19324)
* Rename LogType to Log

* Explicitly use the Log:: enum when logging. Allows for autocomplete when editing.

* Mac/ARM64 buildfix

* Do the same with the hle result log macros

* Rename the log names to mixed case while at it.

* iOS buildfix

* Qt buildfix attempt, ARM32 buildfix
2024-07-14 14:42:59 +02:00
..
Barrier.h Add a scheduling stress test to TestThreadManager.cpp. 2022-04-08 11:41:50 +02:00
Channel.h Show thread name in assert messagebox caption on Windows. Minor cleanup 2023-03-15 22:26:58 +01:00
Event.h Fix typo and optimize locking pattern in Event, make it the same as LimitedWaitable. 2022-04-15 18:30:21 +02:00
ParallelLoop.cpp Address feedback from previous PR 2023-03-12 23:15:09 +01:00
ParallelLoop.h ThreadManager: Add a simple priority field. 2023-02-02 17:08:24 -08:00
Promise.h Try to resolve another race condition. Improve an assert. 2024-02-03 10:54:16 +01:00
ThreadManager.cpp Logging API change (refactor) (#19324) 2024-07-14 14:42:59 +02:00
ThreadManager.h Fix another shutdown race condition in the Vulkan backend 2024-01-15 17:06:00 +01:00
ThreadUtil.cpp Logging API change (refactor) (#19324) 2024-07-14 14:42:59 +02:00
ThreadUtil.h Invert dependency to avoid compile issues 2023-01-05 08:38:53 +01:00
Waitable.h Load savestate screenshots in the background 2023-12-13 12:07:23 +01:00