feat(thread): add CCritSect

This commit is contained in:
fallenoak 2023-03-26 23:07:48 -05:00 committed by GitHub
parent 368c2f16c2
commit a500c34d45
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
4 changed files with 90 additions and 0 deletions

View file

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