-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

clock_gettime() currently supports these clocks:
CLOCK_REALTIME (GetSystemTimeAsFileTime)
CLOCK_MONOTONIC (QueryPerformanceCounter)
CLOCK_PROCESS_CPUTIME_ID (GetProcessTimes)
CLOCK_THREAD_CPUTIME_ID (GetThreadTimes)

[1] states that if _POSIX_CPUTIME is defined, then implementations shall
support clock ID values obtained by invoking clock_getcpuclockid(),
which represent the CPU-time clock of a given process. Implementations
shall also support the special clockid_t value CLOCK_PROCESS_CPUTIME_ID,
which represents the CPU-time clock of the calling process

winpthreads defineds _POSIX_CPUTIME, but does not implement
clock_getcpuclockid(), and does not support any extra IDs in clock_gettime()

Either remove _POSIX_CPUTIME definition, or implement missing functionality.

[1]
http://pubs.opengroup.org/onlinepubs/9699919799/functions/clock_getres.html

- -- 
O< ascii ribbon - stop html email! - www.asciiribbon.org
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.11 (MingW32)

iQEcBAEBAgAGBQJRgu9GAAoJEOs4Jb6SI2CwrYYH/09kLdQc9r0JmRWcIYE6SqtG
a5sVSwE9cRFACk0pWnWg0PVeVBsml8KDkJjsUijG3Q3+rrgLNYT5dYWjmuRjtY0S
en+8AoM2V5x/hmF7W7JrMHILLC03vNAGU+XIVsDRg5JjcKvdg3Bkmc86hNiz3R5D
nx0lGlLl2nIhpoGPzk1ElmdHLHFBmOFs6gkbUlC5EKQsoNbzW3wQE82Jy8E+4TEy
w7D3qtFDS5b32NCZu2pp+FdqdwhXVuT/s+7Pz91dhoVusjqqw0IOYjH146FFz0cC
FesyAs27qhQwyAVu7csw4b0HeDAui5KXe3RF3uKPZo2ALAdZ/b52mW9QEiRuNKg=
=XnGb
-----END PGP SIGNATURE-----

------------------------------------------------------------------------------
Get 100% visibility into Java/.NET code with AppDynamics Lite
It's a free troubleshooting tool designed for production
Get down to code-level detail for bottlenecks, with <2% overhead.
Download for free and get started troubleshooting in minutes.
http://p.sf.net/sfu/appdyn_d2d_ap2
_______________________________________________
Mingw-w64-public mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/mingw-w64-public

Reply via email to