This is the mail archive of the glibc-bugs@sourceware.org mailing list for the glibc project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug nptl/1256] Thread/process-specific CPU-time clock not implemented correctly?


------- Additional Comments From myself at rojer dot pp dot ru  2005-08-28 18:51 -------
(In reply to comment #3)
> There are no clock_* syscalls made.
this is because clock_gettime is not a syscall, but rather a library call.
libpthread provides its own implementatiuon, named pthread_clock_gettime.
I have checked it out and yes, the way it is implemented seems incorrect.

>  THis means not even the libc you use has
> the support.  Beside, talk waste people's time here.  You use some
> distribution's build. Talk to them if you have a support contract or else find
> help somewhere else.  This is not the palce to get free support.

I find this issue to apply to current libc as well.
Please take time to verify it with the simple program provided.

-- 


http://sources.redhat.com/bugzilla/show_bug.cgi?id=1256

------- You are receiving this mail because: -------
You are on the CC list for the bug, or are watching someone who is.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]