<div dir="auto"><div><br><br><div class="gmail_quote"><div dir="ltr" class="gmail_attr">On Sat, Mar 7, 2020, 8:30 AM Eshan Dhawan <<a href="mailto:eshandhawan51@gmail.com">eshandhawan51@gmail.com</a>> wrote:<br></div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Pthread_getcpuclockid() is defined in time.h but its implementation in RTEMS returns error <br>
<br>
I went through FreeBSD and NetBSD implementations of the same <br>
they call pthread_getcpuclockid2() function <br>
but I couldn't find anything related to this in rtems <br>
so how could we implement pthread_getcpuclockid()?<br></blockquote></div></div><div dir="auto"><br></div><div dir="auto">My understanding is that this clock should return the execution time consumed for the thread. I suspect that returning the thread id for this cpu clock id will work. In clock_gettime, check for the hard coded clock IDs, then look this up as a thread id and if it is valid, return the cpu time used.</div><div dir="auto"><br></div><div dir="auto">You can't set this IMO but check the POSIX standard.</div><div dir="auto"><br></div><div dir="auto"><div class="gmail_quote"><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
<br>
Thanks <br>
-Eshan<br>
_______________________________________________<br>
devel mailing list<br>
<a href="mailto:devel@rtems.org" target="_blank" rel="noreferrer">devel@rtems.org</a><br>
<a href="http://lists.rtems.org/mailman/listinfo/devel" rel="noreferrer noreferrer" target="_blank">http://lists.rtems.org/mailman/listinfo/devel</a><br>
</blockquote></div></div></div>