tvl-depot/absl/synchronization
Abseil Team 77f87009a3 Export of internal Abseil changes
--
d8ddeda8e52132b908fae89b25f117a055d78c04 by Abseil Team <absl-team@google.com>:

Improve performance of ByteStringFromAscii by changing kHexValue to have -1 in invalid value slots. This way a single load can do both the validation and conversion.

PiperOrigin-RevId: 284167344

--
5037e97e2eaaac8ced9a5290949deda4b43b9ceb by Mark Barolak <mbar@google.com>:

Change the underlying symbol name of Cord to absl::Cord.

PiperOrigin-RevId: 284005429

--
4ef66c72aedf135f2b4fd0ba7a73de6642decfff by Abseil Team <absl-team@google.com>:

Eliminate an unnecessary load when futex is contended in Waiter::Wait()

The first argument to compare_exchange_weak() is a reference and will be
updated upon failure.  There is no need to do an additional load on the
same variable.

PiperOrigin-RevId: 284002752
GitOrigin-RevId: d8ddeda8e52132b908fae89b25f117a055d78c04
Change-Id: Idac68a1901eb8c30050adc3860765b1a6fa085c7
2019-12-06 10:28:07 -05:00
..
internal Export of internal Abseil changes 2019-12-06 10:28:07 -05:00
barrier.cc Changed HTTP URLs to HTTPS where possible (#270) 2019-03-08 10:27:53 -05:00
barrier.h Export of internal Abseil changes 2019-09-05 06:05:17 -04:00
barrier_test.cc Changed HTTP URLs to HTTPS where possible (#270) 2019-03-08 10:27:53 -05:00
blocking_counter.cc Changed HTTP URLs to HTTPS where possible (#270) 2019-03-08 10:27:53 -05:00
blocking_counter.h Export of internal Abseil changes 2019-09-05 06:05:17 -04:00
blocking_counter_test.cc Changed HTTP URLs to HTTPS where possible (#270) 2019-03-08 10:27:53 -05:00
BUILD.bazel Export of internal Abseil changes 2019-09-05 06:05:17 -04:00
CMakeLists.txt Export of internal Abseil changes 2019-09-05 06:05:17 -04:00
lifetime_test.cc Export of internal Abseil changes 2019-10-30 11:13:04 -04:00
mutex.cc Export of internal Abseil changes 2019-09-05 06:05:17 -04:00
mutex.h Export of internal Abseil changes 2019-10-16 10:42:51 -04:00
mutex_benchmark.cc Changed HTTP URLs to HTTPS where possible (#270) 2019-03-08 10:27:53 -05:00
mutex_test.cc Export of internal Abseil changes 2019-09-05 06:05:17 -04:00
notification.cc Export of internal Abseil changes 2019-11-15 11:16:16 -05:00
notification.h Export of internal Abseil changes 2019-11-15 11:16:16 -05:00
notification_test.cc Changed HTTP URLs to HTTPS where possible (#270) 2019-03-08 10:27:53 -05:00