mirror of
https://github.com/thunderbrewhq/squall.git
synced 2025-12-12 02:22:30 +00:00
feat(thread): add SSemaphore::Signal
This commit is contained in:
parent
6437796094
commit
34e01acca5
2 changed files with 29 additions and 0 deletions
|
|
@ -8,6 +8,7 @@ class SSemaphore : public SSyncObject {
|
|||
public:
|
||||
// Member functions
|
||||
SSemaphore(uint32_t initialCount, uint32_t maximumCount);
|
||||
int32_t Signal(uint32_t count);
|
||||
};
|
||||
|
||||
#endif
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue