Notice: We have migrated to GitLab launching 2024-05-01 see here: https://gitlab.rtems.org/

Changes between Initial Version and Version 1 of Ticket #3891


Ignore:
Timestamp:
04/03/20 17:40:08 (4 years ago)
Author:
Joel Sherrill
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #3891 – Description

    initial v1  
    22
    33https://pubs.opengroup.org/onlinepubs/9699919799/functions/pthread_getcpuclockid.html
     4
     5The thread ID can be reused as the per thread cpu clock ID because it is distinct from any defined clock id.
     6
     7Beyond adding the one method, the methods clock_gettime and clock_settime must also be modified to support this clock type.