Improvements/tests for SEM_LIVE locking
This commit is contained in:
parent
3aeebd1a4a
commit
bafe30e234
5 changed files with 53 additions and 28 deletions
|
@ -85,7 +85,8 @@ namespace IPC {
|
|||
#else
|
||||
sem_t * mySem;
|
||||
#endif
|
||||
bool isLocked;
|
||||
unsigned int isLocked;
|
||||
uint64_t lockTime;
|
||||
std::string myName;
|
||||
};
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue