This website requires JavaScript.
Explore
Help
Register
Sign In
libretro
/
ppsspp
Watch
1
Star
0
Fork
0
You've already forked ppsspp
mirror of
https://github.com/libretro/ppsspp.git
synced
2025-03-03 06:06:35 +00:00
Code
Issues
Actions
Packages
Projects
Releases
Wiki
Activity
ppsspp
/
ext
/
native
/
thread
History
Unknown W. Brackets
042256337a
thread: Add a simple thread executor.
2018-06-07 14:11:52 -07:00
..
executor.cpp
thread: Add a simple thread executor.
2018-06-07 14:11:52 -07:00
executor.h
thread: Add a simple thread executor.
2018-06-07 14:11:52 -07:00
prioritizedworkqueue.cpp
Android: Fix emuthread management to exit cleanly without hanging. Helps with task switching on Android.
2018-02-07 13:11:43 +01:00
prioritizedworkqueue.h
Add missing includes. Remove some more unnecessary #ifdef _DEBUG checks - the debugger is supposed to work in release mode too.
2017-12-20 11:24:05 +01:00
threadpool.cpp
Patch up the threadpool used for texture scaling to work. Really needs a rethink.
Fixes
#9372
2017-03-02 10:49:47 +01:00
threadpool.h
Patch up the threadpool used for texture scaling to work. Really needs a rethink.
Fixes
#9372
2017-03-02 10:49:47 +01:00
threadutil.cpp
Core: Set thread names when possible.
2018-01-27 15:10:17 +01:00
threadutil.h
Get rid of the old custom "Event" sync primitive.
2017-12-19 15:38:18 +01:00