EricWF accepted this revision.
EricWF added a reviewer: EricWF.
EricWF added a comment.
This revision is now accepted and ready to land.

In http://reviews.llvm.org/D11046#203989, @mclow.lists wrote:

> Should these tests go into the `std/` hierarchy, or the `libcxx/` hierarchy?


They belong in `std/`.  There is a remark on each of the following `wait*` 
methods that states

> [thread.condition.condvarany]

>  Postcondition: lock.owns_lock() is true and lock.mutex() is locked by the 
> calling thread.

>  Remarks: If the function fails to meet the postcondition, std::terminate() 
> shall be called



http://reviews.llvm.org/D11046




_______________________________________________
cfe-commits mailing list
cfe-commits@cs.uiuc.edu
http://lists.cs.uiuc.edu/mailman/listinfo/cfe-commits

Reply via email to