aboutsummaryrefslogtreecommitdiff
path: root/absl/synchronization
Commit message (Expand)AuthorAgeFilesLines
* Replace signed integer overflow, since that's undefined behavior, with unsign...Abseil Team2024-07-023-1/+34
* Disable flaky test cases in kernel_timeout_internal_test.Evan Brown2024-06-201-3/+6
* Increase slop time on MSVC in PerThreadSemTest.Timeouts again due to continue...Evan Brown2024-06-141-1/+1
* Remove test references to absl::SharedBitGen, which was never part ofDerek Mauro2024-05-222-2/+2
* Apply ABSL_MUST_USE_RESULT to try lock functions.Chris Kennelly2024-04-251-3/+4
* Annotate that Mutex should warn when unused.Chris Kennelly2024-04-041-1/+1
* Fix flaky test failures on MSVC.Evan Brown2024-03-181-1/+1
* Fix flaky MSVC test failures by using longer slop time.Evan Brown2024-03-061-1/+5
* Increase GraphCycles::PointerMap sizeAbseil Team2024-03-041-1/+1
* Minor changes to the BUILD file for absl/synchronizationAbseil Team2024-02-021-1/+3
* Replace `testonly = 1` with `testonly = True` in abseil BUILD files.Shahriar Rouf2024-01-311-5/+5
* Remove code pieces for no longer supported MSVC versions.Abseil Team2024-01-191-3/+2
* PR #1589: Use compare_exchange_weak in the loop in Mutex::ReaderLockAtariDreams2024-01-021-1/+1
* [absl] Rename `absl::internal::identity` to `absl::internal::type_identity`Lawrence Wolf-Sonkin2023-12-281-12/+14
* Migrate static objects to NoDestructor in tests, testing libraries and benchm...Abseil Team2023-12-263-9/+13
* Mutex: Prevent false race in EnableInvariantDebugging.Dmitry Vyukov2023-12-192-2/+44
* Mutex: Fix Condition pointer-to-member cast to respect const qualifierAbseil Team2023-12-182-7/+16
* Avoid using both Win32Waiter and PthreadWaiter on MinGW,Derek Mauro2023-11-082-4/+6
* Mutex: Remove destructor in release buildDmitry Vyukov2023-10-313-75/+120
* absl: speed up Mutex::LockDmitry Vyukov2023-10-301-26/+44
* Rollback "Mutex: Remove destructor in release build"Dmitry Vyukov2023-10-273-113/+75
* Mutex: Remove destructor in release buildDmitry Vyukov2023-10-273-75/+113
* absl: requeue waiters as LIFODmitry Vyukov2023-10-241-0/+18
* Bazel: Enable the header_modules featureDerek Mauro2023-10-111-0/+1
* Bazel: Support layering_check and parse_headersDerek Mauro2023-10-101-1/+16
* Mutex: Rollback requeing waiters as LIFOAbseil Team2023-09-211-18/+0
* Rollback "absl: speed up Mutex::Lock"Dmitry Vyukov2023-09-201-23/+13
* absl:speed up Mutex::[Reader]TryLockDmitry Vyukov2023-09-202-41/+71
* absl: add Mutex::[Reader]TryLock benchmarkDmitry Vyukov2023-09-201-0/+20
* absl: speed up Mutex::ReaderLock/UnlockDmitry Vyukov2023-09-201-12/+23
* absl: add Mutex::ReaderLock benchmarkDmitry Vyukov2023-09-201-0/+8
* absl: speed up Mutex::LockDmitry Vyukov2023-09-181-13/+23
* absl: requeue waiters as LIFODmitry Vyukov2023-09-181-0/+18
* absl: remove special case for timed CondVar waitsDmitry Vyukov2023-09-152-22/+4
* absl: optimize Condition checks in Mutex codeDmitry Vyukov2023-09-153-26/+25
* Rollback:Abseil Team2023-09-082-14/+28
* absl: remove leftovers of CondVar support for other mutexesAbseil Team2023-09-081-19/+13
* absl: inline and de-dup Mutex::Await/LockWhen/CondVar::WaitAbseil Team2023-09-082-111/+56
* absl: remove known_false condition in Mutex codeAbseil Team2023-09-081-8/+3
* absl: remove special handling of Condition::kTrueAbseil Team2023-09-082-21/+12
* absl: fix a priority bug in CondVar wait morphingAbseil Team2023-08-292-16/+81
* kernel_timeout_test: Add Apple to the list of slow platforms becauseDerek Mauro2023-08-211-5/+4
* Add StdcppWaiter to the end of the list of waiter implementationsDerek Mauro2023-08-101-0/+2
* Add Support for mmap on Qualcomm Hexagon DSP targets.Abseil Team2023-07-171-5/+9
* Use an allowlist visibility model for //absl/synchronizationDerek Mauro2023-07-101-10/+6
* absl: extend Condition::kTrue commentAbseil Team2023-07-011-0/+10
* absl: add a Mutex::Await/LockWhen testAbseil Team2023-06-201-0/+25
* absl: fix lint errors in MutexAbseil Team2023-06-202-1/+2
* absl: cosmetic changes for MutexAbseil Team2023-06-201-21/+17
* absl: reformat Mutex-related filesAbseil Team2023-06-203-434/+429