Searched hist:b8fdef84a6d514e63a6d77319ad0111852d755bd (Results 1 – 5 of 5) sorted by relevance
/haiku/src/system/libroot/posix/time/ |
H A D | timespec_get.cpp | 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 D | clock_support.cpp | 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.
|
/haiku/src/system/libroot/posix/signal/ |
H A D | sigwaitinfo.cpp | 3a91fe8d4fbea21cd134cb8f32128e63187da8b6 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 D | pthread_mutex.cpp | 3a91fe8d4fbea21cd134cb8f32128e63187da8b6 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 D | pthread_rwlock.cpp | 3a91fe8d4fbea21cd134cb8f32128e63187da8b6 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.
|