os: remove ManagedHandle, refactor to use NativeHandle typename
1 parent a774833 commit 6f76066d24fcb62a2e86d484810269dd2bc27d7e
@Michael Scire Michael Scire authored on 4 Oct 2021
Showing 76 changed files
View
libraries/libstratosphere/include/stratosphere/dd/dd_types.hpp
View
libraries/libstratosphere/include/stratosphere/os.hpp
View
libraries/libstratosphere/include/stratosphere/os/os_common_types.hpp
View
libraries/libstratosphere/include/stratosphere/os/os_interrupt_event_types.hpp
View
libraries/libstratosphere/include/stratosphere/os/os_io_region.hpp
View
libraries/libstratosphere/include/stratosphere/os/os_io_region_api.hpp
View
libraries/libstratosphere/include/stratosphere/os/os_io_region_types.hpp
View
libraries/libstratosphere/include/stratosphere/os/os_managed_handle.hpp 100644 → 0
View
libraries/libstratosphere/include/stratosphere/os/os_multiple_wait_api.hpp
View
libraries/libstratosphere/include/stratosphere/os/os_native_handle.hpp 0 → 100644
View
libraries/libstratosphere/include/stratosphere/os/os_native_handle_api.hpp 0 → 100644
View
libraries/libstratosphere/include/stratosphere/os/os_native_handle_types.hpp 0 → 100644
View
libraries/libstratosphere/include/stratosphere/os/os_process_handle.hpp 100644 → 0
View
libraries/libstratosphere/include/stratosphere/os/os_process_handle_api.hpp 0 → 100644
View
libraries/libstratosphere/include/stratosphere/os/os_sdk_reply_and_receive.hpp
View
libraries/libstratosphere/include/stratosphere/os/os_shared_memory.hpp
View
libraries/libstratosphere/include/stratosphere/os/os_shared_memory_api.hpp
View
libraries/libstratosphere/include/stratosphere/os/os_shared_memory_types.hpp
View
libraries/libstratosphere/include/stratosphere/os/os_system_event.hpp
View
libraries/libstratosphere/include/stratosphere/os/os_system_event_api.hpp
View
libraries/libstratosphere/include/stratosphere/os/os_system_event_types.hpp
View
libraries/libstratosphere/include/stratosphere/os/os_transfer_memory.hpp
View
libraries/libstratosphere/include/stratosphere/os/os_transfer_memory_api.hpp
View
libraries/libstratosphere/include/stratosphere/os/os_transfer_memory_types.hpp
View
libraries/libstratosphere/source/fssystem/fssystem_external_code.cpp
View
libraries/libstratosphere/source/os/impl/os_inter_process_event.cpp
View
libraries/libstratosphere/source/os/impl/os_inter_process_event.hpp
View
libraries/libstratosphere/source/os/impl/os_inter_process_event_impl.os.horizon.cpp
View
libraries/libstratosphere/source/os/impl/os_inter_process_event_impl.os.horizon.hpp
View
libraries/libstratosphere/source/os/impl/os_interrupt_event_impl.hpp
View
libraries/libstratosphere/source/os/impl/os_interrupt_event_target_impl.os.horizon.hpp
View
libraries/libstratosphere/source/os/impl/os_io_region_impl.hpp
View
libraries/libstratosphere/source/os/impl/os_io_region_impl.os.horizon.cpp
View
libraries/libstratosphere/source/os/impl/os_multiple_wait_holder_base.hpp
View
libraries/libstratosphere/source/os/impl/os_multiple_wait_holder_of_handle.hpp
View
libraries/libstratosphere/source/os/impl/os_multiple_wait_holder_of_inter_process_event.hpp
View
libraries/libstratosphere/source/os/impl/os_multiple_wait_holder_of_interrupt_event.cpp
View
libraries/libstratosphere/source/os/impl/os_multiple_wait_holder_of_interrupt_event.hpp
View
libraries/libstratosphere/source/os/impl/os_multiple_wait_impl.cpp
View
libraries/libstratosphere/source/os/impl/os_multiple_wait_impl.hpp
View
libraries/libstratosphere/source/os/impl/os_multiple_wait_target_impl.os.horizon.cpp
View
libraries/libstratosphere/source/os/impl/os_multiple_wait_target_impl.os.horizon.hpp
View
libraries/libstratosphere/source/os/impl/os_native_handle_impl.hpp 0 → 100644
View
libraries/libstratosphere/source/os/impl/os_native_handle_impl.os.horizon.hpp 0 → 100644
View
libraries/libstratosphere/source/os/impl/os_process_handle_impl.hpp 0 → 100644
View
libraries/libstratosphere/source/os/impl/os_process_handle_impl.os.horizon.hpp 0 → 100644
View
libraries/libstratosphere/source/os/impl/os_program_id_impl.hpp 100644 → 0
View
libraries/libstratosphere/source/os/impl/os_program_id_impl.os.horizon.cpp 100644 → 0
View
libraries/libstratosphere/source/os/impl/os_shared_memory_impl.hpp
View
libraries/libstratosphere/source/os/impl/os_shared_memory_impl.os.horizon.cpp
View
libraries/libstratosphere/source/os/impl/os_thread_manager.hpp
View
libraries/libstratosphere/source/os/impl/os_thread_manager_impl.os.horizon.cpp
View
libraries/libstratosphere/source/os/impl/os_transfer_memory_impl.hpp
View
libraries/libstratosphere/source/os/impl/os_transfer_memory_impl.os.horizon.cpp
View
libraries/libstratosphere/source/os/os_io_region.cpp
View
libraries/libstratosphere/source/os/os_multiple_wait.cpp
View
libraries/libstratosphere/source/os/os_native_handle_api.cpp 0 → 100644
View
libraries/libstratosphere/source/os/os_process_handle.cpp 100644 → 0
View
libraries/libstratosphere/source/os/os_process_handle_api.cpp 0 → 100644
View
libraries/libstratosphere/source/os/os_program_id.cpp 100644 → 0
View
libraries/libstratosphere/source/os/os_sdk_reply_and_receive.cpp
View
libraries/libstratosphere/source/os/os_shared_memory.cpp
View
libraries/libstratosphere/source/os/os_system_event.cpp
View
libraries/libstratosphere/source/os/os_transfer_memory.cpp
View
stratosphere/ams_mitm/source/sysupdater/sysupdater_service.cpp
View
stratosphere/ams_mitm/source/sysupdater/sysupdater_service.hpp
View
stratosphere/dmnt/source/cheat/impl/dmnt_cheat_api.cpp
View
stratosphere/loader/source/ldr_loader_service.cpp
View
stratosphere/loader/source/ldr_process_creation.cpp
View
stratosphere/ro/source/impl/ro_nro_utils.cpp
View
stratosphere/ro/source/impl/ro_nro_utils.hpp
View
stratosphere/ro/source/impl/ro_nrr_utils.cpp
View
stratosphere/ro/source/impl/ro_nrr_utils.hpp
View
stratosphere/ro/source/impl/ro_service_impl.cpp
View
stratosphere/ro/source/impl/ro_service_impl.hpp
View
stratosphere/ro/source/ro_ro_service.cpp