commit | d09a1c39f9e472bb92755f64009b7076702c39d1 | [log] [tgz] |
---|---|---|
author | Tom Finet <tom.codeninja@gmail.com> | Sat Aug 19 18:34:12 2023 +0100 |
committer | Martí Bolívar <140200053+mbolivar-ampere@users.noreply.github.com> | Wed Aug 30 13:02:58 2023 -0700 |
tree | 4db0e9e390c867c4aad7690d166a752b1902ce11 | |
parent | 295eb1b1a0129126b8b994b039ef1334a41aade4 [diff] |
posix: implement clock_nanosleep Implements the posix clock_nanosleep function, where both relative and absolute sleeps are made as absolute sleeps. The nanosleep() function is a special case of clock_nanosleep(), and so has been refactored to simply call it. Signed-off-by: Tom Finet <tom.codeninja@gmail.com>