<feed xmlns='http://www.w3.org/2005/Atom'>
<title>bcm5719-llvm/libcxx/docs/DesignDocs/ThreadingSupportAPI.rst, branch meklort-10.0.1</title>
<subtitle>Project Ortega BCM5719 LLVM</subtitle>
<id>https://git.raptorcs.com/git/bcm5719-llvm/atom?h=meklort-10.0.1</id>
<link rel='self' href='https://git.raptorcs.com/git/bcm5719-llvm/atom?h=meklort-10.0.1'/>
<link rel='alternate' type='text/html' href='https://git.raptorcs.com/git/bcm5719-llvm/'/>
<updated>2018-01-05T20:48:29+00:00</updated>
<entry>
<title>[cmake] Add a config option LIBCXX_HAS_WIN32_THREAD_API for enforcing win32 threads</title>
<updated>2018-01-05T20:48:29+00:00</updated>
<author>
<name>Martin Storsjo</name>
<email>martin@martin.st</email>
</author>
<published>2018-01-05T20:48:29+00:00</published>
<link rel='alternate' type='text/html' href='https://git.raptorcs.com/git/bcm5719-llvm/commit/?id=bf02a09103347f7b56309864aaf5a5c294b1af9f'/>
<id>urn:sha1:bf02a09103347f7b56309864aaf5a5c294b1af9f</id>
<content type='text'>
This allows keeping libcxx using win32 threads even if a
version of pthread.h is installed.

This matches the existing cmake option LIBCXX_HAS_PTHREAD_API.

Also add missing documentation about the internal define
_LIBCPP_HAS_THREAD_API_WIN32.

Differential Revision: https://reviews.llvm.org/D41764

llvm-svn: 321896
</content>
</entry>
<entry>
<title>[libcxx] Improve design documentation for the external-thread-library</title>
<updated>2017-01-16T12:44:08+00:00</updated>
<author>
<name>Asiri Rathnayake</name>
<email>asiri.rathnayake@arm.com</email>
</author>
<published>2017-01-16T12:44:08+00:00</published>
<link rel='alternate' type='text/html' href='https://git.raptorcs.com/git/bcm5719-llvm/commit/?id=e3d832a3e83f65bebaff6d894e75ebb3eee1c0d7'/>
<id>urn:sha1:e3d832a3e83f65bebaff6d894e75ebb3eee1c0d7</id>
<content type='text'>
  configuration

NFC.

Differential revision: https://reviews.llvm.org/D28610

Reviewers: EricWF
llvm-svn: 292108
</content>
</entry>
<entry>
<title>[libc++] Cleanup and document &lt;__threading_support&gt;</title>
<updated>2017-01-06T20:05:40+00:00</updated>
<author>
<name>Eric Fiselier</name>
<email>eric@efcs.ca</email>
</author>
<published>2017-01-06T20:05:40+00:00</published>
<link rel='alternate' type='text/html' href='https://git.raptorcs.com/git/bcm5719-llvm/commit/?id=00f6beaed46e86463fb88319845947c45e1dfac3'/>
<id>urn:sha1:00f6beaed46e86463fb88319845947c45e1dfac3</id>
<content type='text'>
Summary:
This patch attempts to clean up the macro configuration mess in `&lt;__threading_support&gt;`, specifically the mess involving external threading variants. Additionally this patch adds design documentation for `&lt;__threading_support&gt;` and the configuration macros it uses.

The primary change in this patch is separating the idea of an "external API" provided by `&lt;__external_threading&gt;` and the idea of having an external threading library. Now `_LIBCPP_HAS_THREAD_API_EXTERNAL` means that libc++ should use `&lt;__external_threading&gt;` and that the header is expected to exist.  Additionally the new macro `_LIBCPP_HAS_THREAD_LIBRARY_EXTERNAL` is now used to configure for using an "external library"  with the default threading API.

Reviewers: compnerd, rmaprath

Subscribers: smeenai, cfe-commits, mgorny

Differential Revision: https://reviews.llvm.org/D28316

llvm-svn: 291275
</content>
</entry>
</feed>
