feat(thread): add SSemaphore

This commit is contained in:
fallenoak 2021-08-09 00:16:03 -05:00
parent 83cd9b05c0
commit 6437796094
No known key found for this signature in database
GPG key ID: 7628F8E61AEA070D
3 changed files with 29 additions and 0 deletions

View file

@ -4,6 +4,7 @@
#include "storm/thread/CSRWLock.hpp"
#include "storm/thread/SCritSect.hpp"
#include "storm/thread/SEvent.hpp"
#include "storm/thread/SSemaphore.hpp"
#include "storm/thread/SSyncObject.hpp"
#include "storm/thread/SThread.hpp"
#include <cstdint>