mirror of
https://github.com/thunderbrewhq/squall.git
synced 2025-12-12 02:22:30 +00:00
feat(thread): add CCritSect
This commit is contained in:
parent
368c2f16c2
commit
a500c34d45
4 changed files with 90 additions and 0 deletions
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue