tvl-depot/absl/synchronization
Abseil Team cd86d0d20a Export of internal Abseil changes.
--
997d2a8d12d9395046b0bdfc2f206a0b2fe2f1f9 by Abseil Team <absl-team@google.com>:

Typo fix: IsHashCallble -> IsHashCallable

PiperOrigin-RevId: 245235915

--
2baa4df2e3284df925bfd728bab7d7bd60ae002e by Eric Fiselier <ericwf@google.com>:

Remove need for `Windows.h` header in `waiter.h`

Ideally we never want to drag in `windows.h` because it's non-modular and hijacks global identifiers like `ERROR` and `OPAQUE`.

This patch changes our waiter implementation to store char buffers for `SRWLOCK` and `CONDITION_VARIABLE` instead of the types directly.

PiperOrigin-RevId: 245189428

--
33cfacd70c0d148d7590472dbcce38c93f2f7a34 by Matthew Brown <matthewbr@google.com>:

Internal change.

PiperOrigin-RevId: 245092803
GitOrigin-RevId: 997d2a8d12d9395046b0bdfc2f206a0b2fe2f1f9
Change-Id: Icccd6cbe4b205096f6a71e114d135303ee4c1857
2019-04-25 13:31:55 -04:00
..
internal Export of internal Abseil changes. 2019-04-25 13:31:55 -04:00
barrier.cc Changed HTTP URLs to HTTPS where possible (#270) 2019-03-08 10:27:53 -05:00
barrier.h Changed HTTP URLs to HTTPS where possible (#270) 2019-03-08 10:27:53 -05: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 Changed HTTP URLs to HTTPS where possible (#270) 2019-03-08 10:27:53 -05: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-03-27 12:14:39 -04:00
CMakeLists.txt Export of internal Abseil changes. 2019-04-23 15:57:17 -04:00
lifetime_test.cc Changed HTTP URLs to HTTPS where possible (#270) 2019-03-08 10:27:53 -05:00
mutex.cc Export of internal Abseil changes. 2019-03-22 15:30:00 -04:00
mutex.h Export of internal Abseil changes. 2019-03-19 14:19:10 -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-03-19 14:19:10 -04:00
notification.cc Changed HTTP URLs to HTTPS where possible (#270) 2019-03-08 10:27:53 -05:00
notification.h Export of internal Abseil changes. 2019-03-19 14:19:10 -04:00
notification_test.cc Changed HTTP URLs to HTTPS where possible (#270) 2019-03-08 10:27:53 -05:00