mirror of
https://github.com/Atmosphere-NX/Atmosphere.git
synced 2025-05-24 19:54:22 -04:00
os: adopt multiwait naming over waitable
This commit is contained in:
parent
d9b4009f82
commit
7444a68cd1
79 changed files with 869 additions and 869 deletions
|
@ -15,10 +15,10 @@
|
|||
*/
|
||||
#include <stratosphere.hpp>
|
||||
#include "os_thread_manager.hpp"
|
||||
#include "os_waitable_manager_impl.hpp"
|
||||
#include "os_waitable_holder_base.hpp"
|
||||
#include "os_waitable_holder_impl.hpp"
|
||||
#include "os_waitable_object_list.hpp"
|
||||
#include "os_multiple_wait_impl.hpp"
|
||||
#include "os_multiple_wait_holder_base.hpp"
|
||||
#include "os_multiple_wait_holder_impl.hpp"
|
||||
#include "os_multiple_wait_object_list.hpp"
|
||||
#include "os_utility.hpp"
|
||||
|
||||
namespace ams::os::impl {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue