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 libc/15555] pthread_condattr_setclock should accept CLOCK_MONOTONIC_COARSE


http://sourceware.org/bugzilla/show_bug.cgi?id=15555

Rich Felker <bugdal at aerifal dot cx> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |bugdal at aerifal dot cx

--- Comment #1 from Rich Felker <bugdal at aerifal dot cx> ---
Due to the way it's implemented, the only clocks that can be supported are the
realtime and monotonic clocks. However, as POSIX only documents an error for
cpu-time-based clocks, not other implementation-defined clocks, I think it
would be nice to support as many as possible. The course versions of realtime
and monotonic could simply be remapped to the respective non-course versions
and would work fine.

-- 
You are receiving this mail because:
You are on the CC list for the bug.


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