.. |
impl
|
os: pthread_yield is deprecated, don't use it on linux
|
2022-10-12 09:15:41 -07:00 |
os_argument.cpp
|
strat: use ams::Main() instead of main(argc, argv)
|
2021-10-07 23:06:29 -07:00 |
os_barrier.cpp
|
ams: support building unit test programs on windows/linux/macos
|
2022-03-23 09:15:46 -07:00 |
os_busy_mutex.cpp
|
ams: support building unit test programs on windows/linux/macos
|
2022-03-23 09:15:46 -07:00 |
os_cache.cpp
|
os: add FlushDataCache
|
2021-10-15 23:54:36 -07:00 |
os_condition_variable.cpp
|
ams: the copyright^H^H^H^H^H^H^Hmplex plane is the algebraic closure of the reals
|
2021-10-07 23:06:25 -07:00 |
os_debug.cpp
|
abort/error: print backtrace, abuse templates, overhaul result/diag (macos not done yet)
|
2022-03-23 09:15:49 -07:00 |
os_event.cpp
|
os: refactor multi wait apis to better match Nintendo's latest implementation
|
2022-04-29 16:14:18 -07:00 |
os_interrupt_event.cpp
|
ams: the copyright^H^H^H^H^H^H^Hmplex plane is the algebraic closure of the reals
|
2021-10-07 23:06:25 -07:00 |
os_io_region.cpp
|
os: add DetachIoRegionHandle
|
2022-04-04 17:47:01 -07:00 |
os_light_event.cpp
|
ams: support building unit test programs on windows/linux/macos
|
2022-03-23 09:15:46 -07:00 |
os_light_message_queue.cpp
|
ams: the copyright^H^H^H^H^H^H^Hmplex plane is the algebraic closure of the reals
|
2021-10-07 23:06:25 -07:00 |
os_light_semaphore.cpp
|
ams: the copyright^H^H^H^H^H^H^Hmplex plane is the algebraic closure of the reals
|
2021-10-07 23:06:25 -07:00 |
os_memory_attribute.cpp
|
os: implement MemoryHeapManager, SetMemoryAttribute
|
2022-10-12 09:15:40 -07:00 |
os_memory_heap.cpp
|
os: implement MemoryHeapManager, SetMemoryAttribute
|
2022-10-12 09:15:40 -07:00 |
os_memory_permission.cpp
|
ams: the copyright^H^H^H^H^H^H^Hmplex plane is the algebraic closure of the reals
|
2021-10-07 23:06:25 -07:00 |
os_message_queue.cpp
|
os: refactor multi wait apis to better match Nintendo's latest implementation
|
2022-04-29 16:14:18 -07:00 |
os_multiple_wait.cpp
|
os: refactor multi wait apis to better match Nintendo's latest implementation
|
2022-04-29 16:14:18 -07:00 |
os_mutex.cpp
|
libstrat: enable -Wextra, -Werror
|
2021-10-07 23:06:28 -07:00 |
os_native_handle_api.cpp
|
ams: the copyright^H^H^H^H^H^H^Hmplex plane is the algebraic closure of the reals
|
2021-10-07 23:06:25 -07:00 |
os_process_code_memory.cpp
|
ro/os: use os primitives for MapProcessCodeMemory
|
2022-04-29 16:14:22 -07:00 |
os_process_handle_api.cpp
|
ams: globally prefer R_RETURN to return for ams::Result
|
2022-04-04 17:46:58 -07:00 |
os_process_memory.cpp
|
loader: use os apis for interacting with process memory
|
2022-04-29 16:14:21 -07:00 |
os_random.cpp
|
kern: avoid constexpr init for many objects (avoids unnecessary memory clear) (#1668)
|
2021-10-26 01:11:13 -07:00 |
os_rw_busy_mutex.cpp
|
ams: support building unit test programs on windows/linux/macos
|
2022-03-23 09:15:46 -07:00 |
os_rw_lock.cpp
|
ams: the copyright^H^H^H^H^H^H^Hmplex plane is the algebraic closure of the reals
|
2021-10-07 23:06:25 -07:00 |
os_sdk_condition_variable.cpp
|
ams: the copyright^H^H^H^H^H^H^Hmplex plane is the algebraic closure of the reals
|
2021-10-07 23:06:25 -07:00 |
os_sdk_mutex.cpp
|
ams: support building unit test programs on windows/linux/macos
|
2022-03-23 09:15:46 -07:00 |
os_sdk_recursive_mutex.cpp
|
ams: support building unit test programs on windows/linux/macos
|
2022-03-23 09:15:46 -07:00 |
os_sdk_reply_and_receive.cpp
|
os: silence a maybe-uninit warning
|
2022-04-29 16:14:19 -07:00 |
os_sdk_thread_local_storage_api.cpp
|
ams: globally prefer R_RETURN to return for ams::Result
|
2022-04-04 17:46:58 -07:00 |
os_semaphore.cpp
|
os: refactor multi wait apis to better match Nintendo's latest implementation
|
2022-04-29 16:14:18 -07:00 |
os_shared_memory.cpp
|
ams: use R_SUCCEED, R_THROW globally
|
2022-04-04 17:46:57 -07:00 |
os_system_event.cpp
|
ams: use R_SUCCEED, R_THROW globally
|
2022-04-04 17:46:57 -07:00 |
os_thread_local_storage_api.cpp
|
ams: use R_SUCCEED, R_THROW globally
|
2022-04-04 17:46:57 -07:00 |
os_thread.cpp
|
ams: globally prefer R_RETURN to return for ams::Result
|
2022-04-04 17:46:58 -07:00 |
os_tick.cpp
|
ams: the copyright^H^H^H^H^H^H^Hmplex plane is the algebraic closure of the reals
|
2021-10-07 23:06:25 -07:00 |
os_timer_event.cpp
|
os: refactor multi wait apis to better match Nintendo's latest implementation
|
2022-04-29 16:14:18 -07:00 |
os_transfer_memory.cpp
|
ams: use R_SUCCEED, R_THROW globally
|
2022-04-04 17:46:57 -07:00 |
os_virtual_address_memory.cpp
|
ams: support building unit test programs on windows/linux/macos
|
2022-03-23 09:15:46 -07:00 |