1
0
Fork 0
mirror of https://github.com/Atmosphere-NX/Atmosphere.git synced 2024-09-22 23:13:27 +01:00
Atmosphere/libraries/libstratosphere/include/stratosphere/os
2021-09-29 13:24:03 -07:00
..
impl os: implement LightEvent 2021-09-28 18:54:09 -07:00
os_busy_mutex.hpp os: implement BusyMutex 2021-09-28 14:53:55 -07:00
os_busy_mutex_api.hpp os: implement BusyMutex 2021-09-28 14:53:55 -07:00
os_busy_mutex_types.hpp os: implement BusyMutex 2021-09-28 14:53:55 -07:00
os_common_types.hpp
os_condition_variable.hpp
os_condition_variable_api.hpp
os_condition_variable_common.hpp
os_condition_variable_types.hpp
os_event.hpp
os_event_api.hpp
os_event_common.hpp
os_event_types.hpp
os_interrupt_event.hpp
os_interrupt_event_api.hpp
os_interrupt_event_common.hpp
os_interrupt_event_types.hpp
os_light_event.hpp os: implement LightEvent 2021-09-28 18:54:09 -07:00
os_light_event_api.hpp os: implement LightEvent 2021-09-28 18:54:09 -07:00
os_light_event_types.hpp os: implement LightEvent 2021-09-28 18:54:09 -07:00
os_light_message_queue.hpp os: implement LightMessageQueue 2021-09-29 12:55:52 -07:00
os_light_message_queue_api.hpp os: implement LightMessageQueue 2021-09-29 12:55:52 -07:00
os_light_message_queue_types.hpp os: implement LightMessageQueue 2021-09-29 12:55:52 -07:00
os_light_semaphore.hpp os: implement LightSemaphore 2021-09-29 13:24:03 -07:00
os_light_semaphore_api.hpp os: implement LightSemaphore 2021-09-29 13:24:03 -07:00
os_light_semaphore_types.hpp os: implement LightSemaphore 2021-09-29 13:24:03 -07:00
os_managed_handle.hpp
os_memory_common.hpp
os_memory_fence.hpp
os_memory_fence_api.hpp
os_memory_heap_api.hpp
os_memory_permission.hpp
os_memory_virtual_address_api.hpp
os_message_queue.hpp os: refactor MessageQueue to use new MessageQueueHelper template 2021-09-29 12:24:18 -07:00
os_message_queue_api.hpp os: refactor MessageQueue to use new MessageQueueHelper template 2021-09-29 12:24:18 -07:00
os_message_queue_common.hpp
os_message_queue_types.hpp
os_mutex.hpp
os_mutex_api.hpp
os_mutex_common.hpp
os_mutex_types.hpp
os_process_handle.hpp
os_random.hpp
os_rw_busy_mutex.hpp os: implement ReadWriteBusyMutex 2021-09-28 17:01:11 -07:00
os_rw_busy_mutex_api.hpp os: implement ReadWriteBusyMutex 2021-09-28 17:01:11 -07:00
os_rw_busy_mutex_types.hpp os: implement ReadWriteBusyMutex 2021-09-28 17:01:11 -07:00
os_rw_lock.hpp
os_rw_lock_api.hpp
os_rw_lock_common.hpp
os_rw_lock_types.hpp
os_sdk_condition_variable.hpp
os_sdk_mutex.hpp
os_sdk_reply_and_receive.hpp
os_sdk_thread_local_storage.hpp
os_sdk_thread_local_storage_api.hpp
os_semaphore.hpp
os_semaphore_api.hpp
os_semaphore_types.hpp os: implement LightSemaphore 2021-09-29 13:24:03 -07:00
os_system_event.hpp
os_system_event_api.hpp
os_system_event_types.hpp
os_thread.hpp
os_thread_api.hpp
os_thread_common.hpp
os_thread_local_storage.hpp
os_thread_local_storage_api.hpp
os_thread_local_storage_common.hpp
os_thread_types.hpp osdbg: implement thread info api 2021-09-11 19:41:47 -07:00
os_tick.hpp
os_timer_event.hpp
os_timer_event_api.hpp
os_timer_event_types.hpp
os_transfer_memory.hpp
os_transfer_memory_api.hpp
os_transfer_memory_types.hpp
os_waitable.hpp
os_waitable_api.hpp
os_waitable_types.hpp
os_waitable_utils.hpp