Home
last modified time | relevance | path

Searched hist:ca458a2b55da6bfae12346076c9ec67c5244bcf7 (Results 1 – 2 of 2) sorted by relevance

/haiku/src/system/libroot/posix/pthread/
H A Dpthread_barrier.cppca458a2b55da6bfae12346076c9ec67c5244bcf7 Tue Jun 13 03:27:45 UTC 2023 Augustin Cavalier <waddlesplash@gmail.com> user_mutex: Adjust semantics of B_USER_MUTEX_UNBLOCK_ALL.

No longer is it required that the mutex be unlocked.
This was the case before the recent refactor, though it
wasn't noted anywhere. Now it is the case once more.

Should fix #18445.
/haiku/src/system/kernel/locks/
H A Duser_mutex.cppca458a2b55da6bfae12346076c9ec67c5244bcf7 Tue Jun 13 03:27:45 UTC 2023 Augustin Cavalier <waddlesplash@gmail.com> user_mutex: Adjust semantics of B_USER_MUTEX_UNBLOCK_ALL.

No longer is it required that the mutex be unlocked.
This was the case before the recent refactor, though it
wasn't noted anywhere. Now it is the case once more.

Should fix #18445.