ppsspp/Common/Thread
2023-12-13 12:07:23 +01: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 Some assert paranoia, remove unused "failed_" variable 2023-09-23 10:09:32 +02:00
ThreadManager.cpp After picking a task from the global queue, gotta break from the loop. 2023-03-15 22:31:24 +01:00
ThreadManager.h Fix debug symbols for ThreadContext by renaming it (was clashing with something else) 2023-03-15 12:06:32 +01:00
ThreadUtil.cpp Invert dependency to avoid compile issues 2023-01-05 08:38:53 +01: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