Atmosphere-libs/include/stratosphere/os
Michael Scire b52d630cf0 os: implement waitable management.
This implements waitable management for Events (and
implements Events). It also refactors PM to use new
Event/Waitable semantics, and also adds STS_ASSERT
as a macro for asserting a boolean expression. The
rest of stratosphere has been refactored to use
STS_ASSERT whenever possible.
2019-12-07 18:44:30 -08:00
..
os_common_types.hpp os: implement waitable management. 2019-12-07 18:44:30 -08:00
os_condvar.hpp libstrat: namespace hossynch.hpp 2019-12-07 18:44:28 -08:00
os_event.hpp os: implement waitable management. 2019-12-07 18:44:30 -08:00
os_interrupt_event.hpp os: implement waitable management. 2019-12-07 18:44:30 -08:00
os_managed_handle.hpp os: implement waitable management. 2019-12-07 18:44:30 -08:00
os_message_queue.hpp os: implement waitable management. 2019-12-07 18:44:30 -08:00
os_mutex.hpp libstrat: namespace hossynch.hpp 2019-12-07 18:44:28 -08:00
os_semaphore.hpp libstrat: namespace hossynch.hpp 2019-12-07 18:44:28 -08:00
os_system_event.hpp os: implement waitable management. 2019-12-07 18:44:30 -08:00
os_thread.hpp os: implement waitable management. 2019-12-07 18:44:30 -08:00
os_timeout_helper.hpp libstrat: namespace hossynch.hpp 2019-12-07 18:44:28 -08:00
os_waitable_holder.hpp os: implement waitable management. 2019-12-07 18:44:30 -08:00
os_waitable_manager.hpp os: implement waitable management. 2019-12-07 18:44:30 -08:00