dim 23cc093cf6 Pull in r368867 from upstream libc++ trunk (by Marshall Clow):
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

Pull in r368916 from upstream libc++ trunk (by Marshall Clow):

  Fix thread comparison by making sure we never pass our special 'not a
  thread' value to the underlying implementation. Fixes PR#42918.

This should fix std:🧵🆔:operator==() attempting to call
pthread_equal(3) with zero values.

Reported by:	andrew@tao11.riddles.org.uk
PR:		239038, 239550
MFC after:	3 days
2019-08-20 17:39:32 +00:00
..
2019-08-11 06:26:03 +00:00
2019-06-28 04:52:24 +00:00
2019-06-29 18:41:40 +00:00
2019-06-28 22:41:17 +00:00
2019-07-18 00:27:28 +00:00
2019-07-02 01:12:23 +00:00
2019-07-04 08:40:10 +00:00