mirror of
https://github.com/thunderbrewhq/squall.git
synced 2026-02-04 00:49:08 +00:00
feat(thread): add missing ctor/dtor to CSRWLock
This commit is contained in:
parent
8ba9a76bde
commit
048dab15cd
4 changed files with 34 additions and 0 deletions
|
|
@ -23,6 +23,8 @@ class CSRWLock {
|
|||
#endif
|
||||
|
||||
// Member functions
|
||||
CSRWLock();
|
||||
~CSRWLock();
|
||||
void Enter(int32_t forwriting);
|
||||
void Leave(int32_t fromwriting);
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue