os: implement Barrier

This commit is contained in:
Michael Scire
2021-09-29 18:03:11 -07:00
parent b25218c918
commit 5dc64bc1f7
5 changed files with 236 additions and 0 deletions

View File

@@ -48,4 +48,5 @@
#include <stratosphere/os/os_light_event.hpp>
#include <stratosphere/os/os_light_message_queue.hpp>
#include <stratosphere/os/os_light_semaphore.hpp>
#include <stratosphere/os/os_barrier.hpp>
#include <stratosphere/os/os_waitable.hpp>