[PATCH] [libc++] Allow libc++ to be built on systems without POSIX threads

Jon Roelofs jonathan at codesourcery.com
Fri Aug 29 07:13:12 PDT 2014


Separate out the two halves of __call_once as per EricWF's suggestion, and address my own review comment (about having forgotten a section).

http://reviews.llvm.org/D3969

Files:
  include/__config
  include/__mutex_base
  include/atomic
  include/condition_variable
  include/future
  include/memory
  include/mutex
  include/shared_mutex
  include/thread
  src/algorithm.cpp
  src/condition_variable.cpp
  src/debug.cpp
  src/future.cpp
  src/memory.cpp
  src/mutex.cpp
  src/shared_mutex.cpp
  src/thread.cpp
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D3969.13079.patch
Type: text/x-patch
Size: 15596 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20140829/94fecc33/attachment.bin>


More information about the cfe-commits mailing list