Home
last modified time | relevance | path

Searched hist:"95 a871b37d00c49a7c2a832f6d6907f857ff6316" (Results 1 – 1 of 1) sorted by relevance

/haiku/src/system/libroot/posix/
H A Dsemaphore.cpp95a871b37d00c49a7c2a832f6d6907f857ff6316 Tue Sep 03 19:37:51 UTC 2024 Augustin Cavalier <waddlesplash@gmail.com> libroot: Handle invalid timeouts being passed to unnamed_sem_timedwait.

According to the POSIX specification:

> The sem_timedwait() function shall fail if:
> [EINVAL]
> The process or thread would have blocked, and the abstime
> parameter specified a nanoseconds field value less than zero
> or greater than or equal to 1000 million.

Fixes #16693, #16694.