Home
last modified time | relevance | path

Searched hist:"798 b7733934b2150a65f32c5637603abc8f1de6b" (Results 1 – 1 of 1) sorted by relevance

/haiku/src/system/kernel/locks/
H A Duser_mutex.cpp798b7733934b2150a65f32c5637603abc8f1de6b Fri Aug 04 19:16:13 UTC 2023 Augustin Cavalier <waddlesplash@gmail.com> kernel/user_mutex: Fix unset of locked flag if no entries were notified.

It turns out this code actually is possible to trigger, e.g. using
Git checkouts, where EINTR due to signals happens quite often.
However, even with this commit, it still does not work quite right,
due to an oversight in condition-variable notify accounting. That
will be addressed in the next commit.