public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug libstdc++/41861]  New: <condition_variable> does not use monotonic_clock
@ 2009-10-28 23:46 atgraham at gmail dot com
  2010-02-05 12:53 ` [Bug libstdc++/41861] [DR 887][C++0x] " paolo dot carlini at oracle dot com
  0 siblings, 1 reply; 5+ messages in thread
From: atgraham at gmail dot com @ 2009-10-28 23:46 UTC (permalink / raw)
  To: gcc-bugs

<mutex> looks like this:

171     #ifdef _GLIBCXX_USE_CLOCK_MONOTONIC
172         typedef chrono::monotonic_clock             __clock_t;
173     #else
174         typedef chrono::high_resolution_clock       __clock_t;
175     #endif

...but <condition_variable> only has this:

56          typedef chrono::system_clock        __clock_t;

Shouldn't <condition_variable> be using the monotonic_clock if available, just
like <mutex>?


-- 
           Summary: <condition_variable> does not use monotonic_clock
           Product: gcc
           Version: 4.4.1
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         Component: libstdc++
        AssignedTo: unassigned at gcc dot gnu dot org
        ReportedBy: atgraham at gmail dot com


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=41861


^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2015-07-08  7:43 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
     [not found] <bug-41861-4@http.gcc.gnu.org/bugzilla/>
2012-07-03 16:23 ` [Bug libstdc++/41861] [DR 887][C++0x] <condition_variable> does not use monotonic_clock redi at gcc dot gnu.org
2015-07-07 15:49 ` mac at mcrowe dot com
2015-07-07 15:51 ` mac at mcrowe dot com
2015-07-08  7:43 ` redi at gcc dot gnu.org
2009-10-28 23:46 [Bug libstdc++/41861] New: " atgraham at gmail dot com
2010-02-05 12:53 ` [Bug libstdc++/41861] [DR 887][C++0x] " paolo dot carlini at oracle dot com

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).