Added ability to break through semaphore locks to the controller monitoring thread.

This commit is contained in:
Thulinma 2015-08-28 21:56:27 +02:00
parent 7f1a76afa3
commit 71dc32d2d3
8 changed files with 57 additions and 19 deletions

View file

@ -64,6 +64,7 @@ namespace IPC {
void post();
void wait();
bool tryWait();
bool tryWaitOneSecond();
void close();
void unlink();
private: