1
0
Fork 0
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:
niansa 2023-05-22 22:58:37 +02:00
parent 3649712059
commit d12406aba9

View file

@ -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();
}
};