summaryrefslogtreecommitdiffstats
path: root/libcxx/src/condition_variable_destructor.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Make ~mutex and ~condition_variable trivial on Windows.Eric Fiselier2019-07-071-0/+46
The implementations of __libcpp_mutex_destroy and __libcpp_condvar_destroy are already NOPs, so this optimization is safe to perform. See r365273 and PR27658 for more information. llvm-svn: 365281
OpenPOWER on IntegriCloud