mirror of
https://gitlab.com/niansa/cosched.git
synced 2025-03-06 20:53:26 +01:00
Pop mutex unlock queue properly
This commit is contained in:
parent
3649712059
commit
d12406aba9
1 changed files with 1 additions and 0 deletions
|
@ -38,6 +38,7 @@ public:
|
|||
}
|
||||
// Something is waiting or the lock to be released, just pass it by.
|
||||
resume_on_unlock.front()->set_suspended(false);
|
||||
resume_on_unlock.pop();
|
||||
}
|
||||
};
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue