[PATCH] D11781: Refactored pthread usage in libcxx

Fulvio Esposito via cfe-commits cfe-commits at lists.llvm.org
Sat Sep 5 05:12:42 PDT 2015


espositofulvio updated the summary for this revision.
espositofulvio updated this revision to Diff 34104.
espositofulvio added a comment.

- Addressed possible ABI breaks
- Reverted to not using a __config_file as @jroelofs has two separate patch for that


Repository:
  rL LLVM

http://reviews.llvm.org/D11781

Files:
  .gitignore
  CMakeLists.txt
  include/__config
  include/__mutex_base
  include/mutex
  include/support/condition_variable.h
  include/support/mutex.h
  include/support/pthread/condition_variable.h
  include/support/pthread/mutex.h
  include/support/pthread/thread.h
  include/support/thread.h
  include/thread
  lib/CMakeLists.txt
  src/algorithm.cpp
  src/condition_variable.cpp
  src/memory.cpp
  src/mutex.cpp
  src/support/pthread/condition_variable.cpp
  src/support/pthread/mutex.cpp
  src/support/pthread/thread.cpp
  src/thread.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D11781.34104.patch
Type: text/x-patch
Size: 42600 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20150905/6b5e6bb0/attachment-0001.bin>


More information about the cfe-commits mailing list