Re: [PATCH rtems-central v2] spec/wake-after: Update references to intervals

2023-06-29 Thread Sebastian Huber
On 28.06.23 20:30, Kinsey Moore wrote: rtems_task_wake_after takes a parameter in terms of a count of clock ticks and not a measure in a subunit of seconds. This updates documentation to reflect that and recommends clock_nanosleep() for applications requiring sleep for a time-based duration inste

[PATCH rtems-central v2] spec/wake-after: Update references to intervals

2023-06-28 Thread Kinsey Moore
rtems_task_wake_after takes a parameter in terms of a count of clock ticks and not a measure in a subunit of seconds. This updates documentation to reflect that and recommends clock_nanosleep() for applications requiring sleep for a time-based duration instead of a count of clock ticks. Updates #4