commit | af762e91b2fe8b7aea7c5b0b7f2d831f8332860b | [log] [tgz] |
---|---|---|
author | Asiri Rathnayake <[email protected]> | Mon Jan 16 12:19:54 2017 |
committer | Asiri Rathnayake <[email protected]> | Mon Jan 16 12:19:54 2017 |
tree | 069c08dc6f736a70120ac073e2d03f4aed94165d | |
parent | 238169db60fe37a801a9bdb9174c2a0085286036 [diff] |
[libcxx] Don't assume __libcpp_thread_t is an integral type We have already refactored the underlying platform thread type into __libcpp_thread_t, but there are few places in the source where we still assume it is an integral type. This patch refactores those points back into the threading API. Differential revision: https://reviews.llvm.org/D28608 Reviewers: EricWF llvm-svn: 292107