Home
last modified time | relevance | path

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

/haiku/src/system/libroot/posix/time/
H A Dtimespec_get.cppb8fdef84a6d514e63a6d77319ad0111852d755bd Fri Nov 08 18:41:36 UTC 2024 Augustin Cavalier <waddlesplash@gmail.com> libroot: Use timespec_to_bigtime and bigtime_to_timespec in more places.

Two minor behavioral changes: EINVAL is now returned on invalid
times in more places, and clock_settime now rounds up instead of down.
Otherwise all should be as before.
H A Dclock_support.cppb8fdef84a6d514e63a6d77319ad0111852d755bd Fri Nov 08 18:41:36 UTC 2024 Augustin Cavalier <waddlesplash@gmail.com> libroot: Use timespec_to_bigtime and bigtime_to_timespec in more places.

Two minor behavioral changes: EINVAL is now returned on invalid
times in more places, and clock_settime now rounds up instead of down.
Otherwise all should be as before.
/haiku/src/system/libroot/posix/signal/
H A Dsigwaitinfo.cpp3a91fe8d4fbea21cd134cb8f32128e63187da8b6 Sat Nov 09 19:25:32 UTC 2024 Augustin Cavalier <waddlesplash@gmail.com> libroot: Treat invalid timespecs as zero-timeouts with a special error code.

Amends b8fdef84a6d514e63a6d77319ad0111852d755bd.

We also now use B_RELATIVE_TIMEOUT in sigtimedwait() rather than
converting to an absolute timeout.

Thanks to korli for the review!
/haiku/src/system/libroot/posix/pthread/
H A Dpthread_mutex.cpp3a91fe8d4fbea21cd134cb8f32128e63187da8b6 Sat Nov 09 19:25:32 UTC 2024 Augustin Cavalier <waddlesplash@gmail.com> libroot: Treat invalid timespecs as zero-timeouts with a special error code.

Amends b8fdef84a6d514e63a6d77319ad0111852d755bd.

We also now use B_RELATIVE_TIMEOUT in sigtimedwait() rather than
converting to an absolute timeout.

Thanks to korli for the review!
b8fdef84a6d514e63a6d77319ad0111852d755bd Fri Nov 08 18:41:36 UTC 2024 Augustin Cavalier <waddlesplash@gmail.com> libroot: Use timespec_to_bigtime and bigtime_to_timespec in more places.

Two minor behavioral changes: EINVAL is now returned on invalid
times in more places, and clock_settime now rounds up instead of down.
Otherwise all should be as before.
H A Dpthread_rwlock.cpp3a91fe8d4fbea21cd134cb8f32128e63187da8b6 Sat Nov 09 19:25:32 UTC 2024 Augustin Cavalier <waddlesplash@gmail.com> libroot: Treat invalid timespecs as zero-timeouts with a special error code.

Amends b8fdef84a6d514e63a6d77319ad0111852d755bd.

We also now use B_RELATIVE_TIMEOUT in sigtimedwait() rather than
converting to an absolute timeout.

Thanks to korli for the review!
b8fdef84a6d514e63a6d77319ad0111852d755bd Fri Nov 08 18:41:36 UTC 2024 Augustin Cavalier <waddlesplash@gmail.com> libroot: Use timespec_to_bigtime and bigtime_to_timespec in more places.

Two minor behavioral changes: EINVAL is now returned on invalid
times in more places, and clock_settime now rounds up instead of down.
Otherwise all should be as before.