mirror of
https://github.com/thunderbrewhq/squall.git
synced 2025-12-12 02:22:30 +00:00
feat(thread): add writing overloads for CCritSect
This commit is contained in:
parent
a500c34d45
commit
c7379a8509
2 changed files with 12 additions and 0 deletions
|
|
@ -15,7 +15,9 @@ class CCritSect {
|
|||
CCritSect();
|
||||
~CCritSect();
|
||||
void Enter();
|
||||
void Enter(int32_t forWriting);
|
||||
void Leave();
|
||||
void Leave(int32_t fromWriting);
|
||||
|
||||
private:
|
||||
// Member variables
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue