Re: [Mingw-w64-public] Partially missing posix clock support in winpthreads

2013-05-03 Thread LRN
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 03.05.2013 18:11, Kai Tietz wrote: > Well int clock_getcpuclockid we miss. I think it is obvious that we > would like to provide it, so a patch to clock.c file would be desired > here. The patch for an implementation for this function takes for >

Re: [Mingw-w64-public] Partially missing posix clock support in winpthreads

2013-05-03 Thread Kai Tietz
Well int clock_getcpuclockid we miss. I think it is obvious that we would like to provide it, so a patch to clock.c file would be desired here. The patch for an implementation for this function takes for sure less time as it took you to collect all those information. So why you weren't providing

[Mingw-w64-public] Partially missing posix clock support in winpthreads

2013-05-02 Thread LRN
-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 i