This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository libcxx.
from 6637dc2 Fix errors in documentation new 35ff03b Refactor pthread usage of libcxx.
The 1 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "adds" were already present in the repository and have only been added to this reference.
Summary of changes: include/__config | 14 +++ include/__mutex_base | 20 ++--- include/__threading_support | 205 ++++++++++++++++++++++++++++++++++++++++++++ include/mutex | 22 +++-- include/thread | 39 +++++---- src/algorithm.cpp | 6 +- src/condition_variable.cpp | 10 +-- src/memory.cpp | 10 +-- src/mutex.cpp | 74 ++++++---------- src/thread.cpp | 4 +- 10 files changed, 299 insertions(+), 105 deletions(-) create mode 100644 include/__threading_support