Home
last modified time | relevance | path

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

/haiku/src/system/libroot/posix/
H A Dsemaphore.cppd29c0e6ee560b3e1aac5163925b2630cb28ebf99 Mon Sep 16 19:38:29 UTC 2024 Augustin Cavalier <waddlesplash@gmail.com> libroot: Fix shared unnamed semaphore acquisition with timeouts.

We set flags above the timeout check, so we need to use |= and
not lose the SHARED flag we already set.

Fixes some testcases in the POSIX testsuite, and the shared
semaphore code in Gecko/Firefox.