ppsspp/Common/Thread
Unknown W. Brackets 0971555e51 ThreadManager: Add simple priority queues.
This allows basic differentiation of priorities.
2023-02-02 17:08:24 -08:00
..
Barrier.h Add a scheduling stress test to TestThreadManager.cpp. 2022-04-08 11:41:50 +02:00
Channel.h Make Mailbox handle null values. Fixes hang. 2022-11-08 00:21:08 +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 ThreadManager: Add a simple priority field. 2023-02-02 17:08:24 -08:00
ParallelLoop.h ThreadManager: Add a simple priority field. 2023-02-02 17:08:24 -08:00
Promise.h ThreadManager: Add a simple priority field. 2023-02-02 17:08:24 -08:00
ThreadManager.cpp ThreadManager: Add simple priority queues. 2023-02-02 17:08:24 -08:00
ThreadManager.h ThreadManager: Add a simple priority field. 2023-02-02 17:08:24 -08: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 ThreadManager: Improve waitable destruction. 2022-04-09 09:27:26 -07:00