tvl-depot/absl/synchronization/internal
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
..
create_thread_identity.cc Export of internal Abseil changes 2019-11-05 16:41:17 -05:00
create_thread_identity.h Export of internal Abseil changes 2019-10-31 15:15:43 -04:00
graphcycles.cc Changed HTTP URLs to HTTPS where possible (#270) 2019-03-08 10:27:53 -05:00
graphcycles.h Fix spelling errors (#384) 2019-09-30 14:24:41 -04:00
graphcycles_benchmark.cc Changed HTTP URLs to HTTPS where possible (#270) 2019-03-08 10:27:53 -05:00
graphcycles_test.cc Changed HTTP URLs to HTTPS where possible (#270) 2019-03-08 10:27:53 -05:00
kernel_timeout.h Export of internal Abseil changes. 2019-03-19 14:19:10 -04:00
mutex_nonprod.cc Changed HTTP URLs to HTTPS where possible (#270) 2019-03-08 10:27:53 -05:00
mutex_nonprod.inc Export of internal Abseil changes. 2018-12-13 14:40:49 -05:00
per_thread_sem.cc Export of internal Abseil changes 2019-10-31 15:15:43 -04:00
per_thread_sem.h Export of internal Abseil changes 2019-10-31 15:15:43 -04:00
per_thread_sem_test.cc Changed HTTP URLs to HTTPS where possible (#270) 2019-03-08 10:27:53 -05:00
thread_pool.h Export of internal Abseil changes 2019-09-05 06:05:17 -04:00
waiter.cc Export of internal Abseil changes 2019-12-06 10:28:07 -05:00
waiter.h Export of internal Abseil changes 2019-11-13 15:04:44 -05:00