Re: Implementation of pthread_getcpuclockid()

2020-03-07 Thread Joel Sherrill
On Sat, Mar 7, 2020, 8:30 AM Eshan Dhawan wrote: > 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

Implementation of pthread_getcpuclockid()

2020-03-07 Thread Eshan Dhawan
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_getcpucl