Citron/src/core/hle/kernel
Fernando Sahmkow 22c6b9fab2 Kernel: Correct behavior of Address Arbiter threads. (#3165)
* Kernel: Correct behavior of Address Arbiter threads.

This corrects arbitration threads to behave just like in Horizon OS.
They are added into a container and released according to what priority
they had when added. Horizon OS does not reorder them if their priority
changes.

* Kernel: Address Feedback.
2019-12-11 10:55:38 -05:00
..
address_arbiter.cpp Kernel: Correct behavior of Address Arbiter threads. (#3165) 2019-12-11 10:55:38 -05:00
address_arbiter.h Kernel: Correct behavior of Address Arbiter threads. (#3165) 2019-12-11 10:55:38 -05:00
client_port.cpp kernel: Remove unnecessary includes 2019-12-07 22:37:05 -05:00
client_port.h kernel: Remove unnecessary includes 2019-12-07 22:37:05 -05:00
client_session.cpp kernel: Implement a more accurate IPC dispatch. 2019-11-28 12:01:53 -05:00
client_session.h kernel: Implement a more accurate IPC dispatch. 2019-11-28 12:01:53 -05:00
code_set.cpp
code_set.h
errors.h
handle_table.cpp kernel: Replace usage of boost::intrusive_ptr with std::shared_ptr for kernel objects. (#3154) 2019-11-24 20:15:51 -05:00
handle_table.h kernel: Remove unnecessary includes 2019-12-07 22:37:05 -05:00
hle_ipc.cpp kernel: Implement a more accurate IPC dispatch. 2019-11-28 12:01:53 -05:00
hle_ipc.h kernel: Implement a more accurate IPC dispatch. 2019-11-28 12:01:53 -05:00
kernel.cpp Kernel: Correct behavior of Address Arbiter threads. (#3165) 2019-12-11 10:55:38 -05:00
kernel.h kernel: Remove unnecessary includes 2019-12-07 22:37:05 -05:00
mutex.cpp kernel: Remove unnecessary includes 2019-12-07 22:37:05 -05:00
mutex.h
object.cpp kernel: Implement a more accurate IPC dispatch. 2019-11-28 12:01:53 -05:00
object.h kernel: Implement a more accurate IPC dispatch. 2019-11-28 12:01:53 -05:00
physical_memory.h
process.cpp kernel: Replace usage of boost::intrusive_ptr with std::shared_ptr for kernel objects. (#3154) 2019-11-24 20:15:51 -05:00
process.h kernel: Replace usage of boost::intrusive_ptr with std::shared_ptr for kernel objects. (#3154) 2019-11-24 20:15:51 -05:00
process_capability.cpp
process_capability.h
readable_event.cpp
readable_event.h
resource_limit.cpp kernel: Replace usage of boost::intrusive_ptr with std::shared_ptr for kernel objects. (#3154) 2019-11-24 20:15:51 -05:00
resource_limit.h kernel: Remove unnecessary includes 2019-12-07 22:37:05 -05:00
scheduler.cpp CpuCore: Clear exclusive state after doing a run in dynarmic. 2019-12-05 18:08:59 -04:00
scheduler.h kernel: Remove unnecessary includes 2019-12-07 22:37:05 -05:00
server_port.cpp kernel: Replace usage of boost::intrusive_ptr with std::shared_ptr for kernel objects. (#3154) 2019-11-24 20:15:51 -05:00
server_port.h kernel: Replace usage of boost::intrusive_ptr with std::shared_ptr for kernel objects. (#3154) 2019-11-24 20:15:51 -05:00
server_session.cpp kernel: Implement a more accurate IPC dispatch. 2019-11-28 12:01:53 -05:00
server_session.h kernel: Implement a more accurate IPC dispatch. 2019-11-28 12:01:53 -05:00
session.cpp kernel: Implement a more accurate IPC dispatch. 2019-11-28 12:01:53 -05:00
session.h kernel: Remove unnecessary includes 2019-12-07 22:37:05 -05:00
shared_memory.cpp kernel: Replace usage of boost::intrusive_ptr with std::shared_ptr for kernel objects. (#3154) 2019-11-24 20:15:51 -05:00
shared_memory.h kernel: Remove unnecessary includes 2019-12-07 22:37:05 -05:00
svc.cpp kernel/svc: Provide implementations for svcDumpInfo/svcDumpInfoNew 2019-12-07 22:01:17 -05:00
svc.h
svc_wrap.h kernel/svc: Provide implementations for svcDumpInfo/svcDumpInfoNew 2019-12-07 22:01:17 -05:00
thread.cpp core/memory: Migrate over address checking functions to the new Memory class 2019-11-26 21:53:34 -05:00
thread.h kernel: Replace usage of boost::intrusive_ptr with std::shared_ptr for kernel objects. (#3154) 2019-11-24 20:15:51 -05:00
transfer_memory.cpp kernel: Replace usage of boost::intrusive_ptr with std::shared_ptr for kernel objects. (#3154) 2019-11-24 20:15:51 -05:00
transfer_memory.h kernel: Remove unnecessary includes 2019-12-07 22:37:05 -05:00
vm_manager.cpp core/memory: Migrate over memory mapping functions to the new Memory class 2019-11-26 21:53:34 -05:00
vm_manager.h
wait_object.cpp kernel: Replace usage of boost::intrusive_ptr with std::shared_ptr for kernel objects. (#3154) 2019-11-24 20:15:51 -05:00
wait_object.h kernel: Remove unnecessary includes 2019-12-07 22:37:05 -05:00
writable_event.cpp kernel: Replace usage of boost::intrusive_ptr with std::shared_ptr for kernel objects. (#3154) 2019-11-24 20:15:51 -05:00
writable_event.h kernel: Remove unnecessary includes 2019-12-07 22:37:05 -05:00