Added ability to break through semaphore locks to the controller monitoring thread.
This commit is contained in:
parent
7f1a76afa3
commit
71dc32d2d3
8 changed files with 57 additions and 19 deletions
|
@ -64,6 +64,7 @@ namespace IPC {
|
|||
void post();
|
||||
void wait();
|
||||
bool tryWait();
|
||||
bool tryWaitOneSecond();
|
||||
void close();
|
||||
void unlink();
|
||||
private:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue