mirror of
https://github.com/debauchee/barrier.git
synced 2026-05-09 16:02:46 +08:00
performance fixes on win32 plus clean up of some warnings. also
improved error messages when uninstalling service.
This commit is contained in:
@@ -43,6 +43,11 @@ public:
|
||||
// wait for thread to exit or for current thread to cancel
|
||||
bool wait(CThreadRep*, double timeout);
|
||||
|
||||
#if defined(CONFIG_PLATFORM_WIN32)
|
||||
// wait for a message on the queue
|
||||
bool waitForEvent(double timeout);
|
||||
#endif
|
||||
|
||||
// set the priority
|
||||
void setPriority(int n);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user