#2732 closed defect (fixed)
Add clock_nanosleep()
Reported by: | Gedare Bloom | Owned by: | Gedare Bloom |
---|---|---|---|
Priority: | normal | Milestone: | 5.1 |
Component: | posix | Version: | 5 |
Severity: | normal | Keywords: | posix |
Cc: | Blocked By: | ||
Blocking: |
Description
The clock_nanosleep function is provided to enable specifying the clock source (CLOCK_REALTIME or CLOCK_MONOTONIC) and to control whether or not to use an absolute or relative reference point via TIMER_ABSTIME flag.
See also: http://pubs.opengroup.org/onlinepubs/009695399/functions/clock_nanosleep.html
Change History (8)
comment:1 Changed on 07/25/16 at 16:45:22 by Gedare Bloom <gedare@…>
comment:2 Changed on 07/26/16 at 18:17:57 by Gedare Bloom <gedare@…>
comment:3 Changed on 07/29/16 at 17:14:45 by Gedare Bloom <gedare@…>
comment:4 Changed on 08/10/16 at 16:10:21 by Gedare Bloom <gedare@…>
comment:5 Changed on 05/11/17 at 07:31:02 by Sebastian Huber
Milestone: | 4.12 → 4.12.0 |
---|
comment:6 Changed on 06/30/17 at 13:27:37 by Gedare Bloom
Resolution: | → fixed |
---|---|
Status: | new → closed |
comment:7 Changed on 10/16/17 at 06:17:09 by Sebastian Huber
Component: | score → posix |
---|
comment:8 Changed on 11/09/17 at 06:27:14 by Sebastian Huber
Milestone: | 4.12.0 → 5.1 |
---|
Milestone renamed
Note: See
TracTickets for help on using
tickets.
In e0f17fcf6f06d3383cd389d809ee4e3d6e0fb14d/rtems: