Implementation of pthread_getcpuclockid()

Eshan Dhawan eshandhawan51 at gmail.com
Sat Mar 7 14:30:40 UTC 2020


Pthread_getcpuclockid() is defined in time.h but its implementation in RTEMS returns error 

I went through FreeBSD and NetBSD implementations of the same 
they call pthread_getcpuclockid2() function 
but I couldn't find anything related to this in rtems 
so how could we implement pthread_getcpuclockid()?

Thanks 
-Eshan


More information about the devel mailing list