commit | 2b1d42541f20ce919c7841328934f64366e39d7c | [log] [tgz] |
---|---|---|
author | Marshall Clow <mclow.lists@gmail.com> | Wed Aug 14 16:21:27 2019 +0000 |
committer | Marshall Clow <mclow.lists@gmail.com> | Wed Aug 14 16:21:27 2019 +0000 |
tree | 34344f7fe94faf4de6f5cb6574be9328b5ee3a65 | |
parent | 2be59170d433be05204992838a1aadbc79d5e0d1 [diff] |
Rework recursive_timed_mutex so that it uses __thread_id instead of using the lower-level __libcpp_thread_id. This is prep for fixing PR42918. Reviewed as https://reviews.llvm.org/D65895 llvm-svn: 368867