Citron/src/core
ReinUsesLisp 2c67bbf609 service/sockets: Add worker pool abstraction
Manage worker threads with an easy to use abstraction.
We can expand this to support thread deletion in the future.
2020-07-28 01:47:03 -03:00
..
arm
crypto
file_sys Merge pull request #4309 from Morph1984/fix-romfs-bug 2020-07-17 17:01:20 -04:00
frontend
gdbstub
hle service/sockets: Add worker pool abstraction 2020-07-28 01:47:03 -03:00
loader
memory core_timing: Make use of uintptr_t to represent user_data 2020-07-27 21:21:01 -04:00
network network: add missing include for BSDs 2020-07-22 22:10:15 +00:00
tools core_timing: Make use of uintptr_t to represent user_data 2020-07-27 21:21:01 -04:00
CMakeLists.txt service/sockets: Add worker abstraction to execute blocking calls asynchronously 2020-07-28 01:47:03 -03:00
constants.cpp
constants.h constants: Add missing <array> include 2020-07-16 21:43:20 -04:00
core.cpp core/network: Add network abstraction 2020-07-19 04:12:40 -03:00
core.h
core_timing.cpp core_timing: Make use of uintptr_t to represent user_data 2020-07-27 21:21:01 -04:00
core_timing.h core_timing: Make use of uintptr_t to represent user_data 2020-07-27 21:21:01 -04:00
core_timing_util.cpp
core_timing_util.h
cpu_manager.cpp
cpu_manager.h cpu_manager: Mark function getters as static 2020-07-16 13:30:56 -04:00
device_memory.cpp
device_memory.h
hardware_interrupt_manager.cpp core_timing: Make use of uintptr_t to represent user_data 2020-07-27 21:21:01 -04:00
hardware_interrupt_manager.h
hardware_properties.h
memory.cpp
memory.h
perf_stats.cpp
perf_stats.h
reporter.cpp
reporter.h
settings.cpp Drop settings namespace 2020-07-17 17:23:24 +10:00
settings.h Rebase for per game settings 2020-07-17 14:26:14 +10:00
telemetry_session.cpp Rebase for per game settings 2020-07-17 14:26:14 +10:00
telemetry_session.h