This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC 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 libstdc++/53830] condition_variable_any - deadlock issue


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

--- Comment #5 from Jonathan Wakely <redi at gcc dot gnu.org> 2012-07-05 01:10:18 UTC ---
Author: redi
Date: Thu Jul  5 01:10:10 2012
New Revision: 189275

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=189275
Log:
    PR libstdc++/53830
    * include/std/condition_variable (condition_variable_any::wait):
    Move _Unlock type to class scope.
    (condition_variable_any::wait_until): Reuse it.
    * testsuite/30_threads/condition_variable_any/53830.cc: New.

Added:
   
branches/gcc-4_6-branch/libstdc++-v3/testsuite/30_threads/condition_variable_any/53830.cc
Modified:
    branches/gcc-4_6-branch/libstdc++-v3/ChangeLog
    branches/gcc-4_6-branch/libstdc++-v3/include/std/condition_variable


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