Menu

#724 clock_nanosleep() should not fail if time has past

v1.0 (example)
open
nobody
None
5
2018-04-21
2018-04-21
mark4o
No

If clock_nanosleep() is called with the TIMER_ABSTIME flag and the specified time has already past, it should return immediately with a 0 (successful) return value. It should not call nanosleep() with a negative sleep time and return the error EINVAL.

Discussion


Log in to post a comment.

MongoDB Logo MongoDB