This website requires JavaScript.
Explore
Help
Sign In
preserve-emulation
/
ppsspp
Watch
1
Star
0
Fork
0
mirror of
https://github.com/hrydgard/ppsspp.git
synced
2026-09-08 21:53:39 +02:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
bddebfceebd1b8e4c57ac300c4deddb526cdea08
ppsspp
/
thread
T
History
Henrik Rydgård
23b89ddb32
Cap threads at 8 to avoid problems with too many threads on CPUs that misreport core number
2014-06-13 23:35:21 +02:00
..
prioritizedworkqueue.cpp
Warning fix, delete broken Wait function in prio work queue
2013-12-12 12:07:09 +01:00
prioritizedworkqueue.h
Warning fix, delete broken Wait function in prio work queue
2013-12-12 12:07:09 +01:00
thread.h
Put previously removed ifdef back, and add some comments with the reason why. Also clarify the situation with "C const func" in thread.h with a few comments.
2013-09-17 10:17:58 -04:00
threadpool.cpp
Cap threads at 8 to avoid problems with too many threads on CPUs that misreport core number
2014-06-13 23:35:21 +02:00
threadpool.h
Cap threads at 8 to avoid problems with too many threads on CPUs that misreport core number
2014-06-13 23:35:21 +02:00
threadutil.cpp
Add prioritizedworkqueue, thread stuff, ui tweaks, small optimizations in file util
2013-04-13 21:22:03 +02:00
threadutil.h
Add prioritizedworkqueue, thread stuff, ui tweaks, small optimizations in file util
2013-04-13 21:22:03 +02:00