feat(thread): add CSRWLock

This commit is contained in:
fallenoak 2020-11-01 23:13:02 -06:00
parent 3b9f061244
commit 26d78adf7a
No known key found for this signature in database
GPG key ID: 7628F8E61AEA070D
3 changed files with 52 additions and 0 deletions

View file

@ -1,6 +1,7 @@
#ifndef STORM_THREAD_HPP
#define STORM_THREAD_HPP
#include "storm/thread/CSRWLock.hpp"
#include "storm/thread/SCritSect.hpp"
#include "storm/thread/SEvent.hpp"
#include "storm/thread/SSyncObject.hpp"