summaryrefslogtreecommitdiff
path: root/absl/synchronization
Commit message (Expand)AuthorAge
* PR #1589: Use compare_exchange_weak in the loop in Mutex::ReaderLockGravatar AtariDreams2024-01-02
* [absl] Rename `absl::internal::identity` to `absl::internal::type_identity`Gravatar Lawrence Wolf-Sonkin2023-12-28
* Migrate static objects to NoDestructor in tests, testing libraries and benchm...Gravatar Abseil Team2023-12-26
* Mutex: Prevent false race in EnableInvariantDebugging.Gravatar Dmitry Vyukov2023-12-19
* Mutex: Fix Condition pointer-to-member cast to respect const qualifierGravatar Abseil Team2023-12-18
* Avoid using both Win32Waiter and PthreadWaiter on MinGW,Gravatar Derek Mauro2023-11-08
* Mutex: Remove destructor in release buildGravatar Dmitry Vyukov2023-10-31
* absl: speed up Mutex::LockGravatar Dmitry Vyukov2023-10-30
* Rollback "Mutex: Remove destructor in release build"Gravatar Dmitry Vyukov2023-10-27
* Mutex: Remove destructor in release buildGravatar Dmitry Vyukov2023-10-27
* absl: requeue waiters as LIFOGravatar Dmitry Vyukov2023-10-24
* Bazel: Enable the header_modules featureGravatar Derek Mauro2023-10-11
* Bazel: Support layering_check and parse_headersGravatar Derek Mauro2023-10-10
* Mutex: Rollback requeing waiters as LIFOGravatar Abseil Team2023-09-21
* Rollback "absl: speed up Mutex::Lock"Gravatar Dmitry Vyukov2023-09-20
* absl:speed up Mutex::[Reader]TryLockGravatar Dmitry Vyukov2023-09-20
* absl: add Mutex::[Reader]TryLock benchmarkGravatar Dmitry Vyukov2023-09-20
* absl: speed up Mutex::ReaderLock/UnlockGravatar Dmitry Vyukov2023-09-20
* absl: add Mutex::ReaderLock benchmarkGravatar Dmitry Vyukov2023-09-20
* absl: speed up Mutex::LockGravatar Dmitry Vyukov2023-09-18
* absl: requeue waiters as LIFOGravatar Dmitry Vyukov2023-09-18
* absl: remove special case for timed CondVar waitsGravatar Dmitry Vyukov2023-09-15
* absl: optimize Condition checks in Mutex codeGravatar Dmitry Vyukov2023-09-15
* Rollback:Gravatar Abseil Team2023-09-08
* absl: remove leftovers of CondVar support for other mutexesGravatar Abseil Team2023-09-08
* absl: inline and de-dup Mutex::Await/LockWhen/CondVar::WaitGravatar Abseil Team2023-09-08
* absl: remove known_false condition in Mutex codeGravatar Abseil Team2023-09-08
* absl: remove special handling of Condition::kTrueGravatar Abseil Team2023-09-08
* absl: fix a priority bug in CondVar wait morphingGravatar Abseil Team2023-08-29
* kernel_timeout_test: Add Apple to the list of slow platforms becauseGravatar Derek Mauro2023-08-21
* Add StdcppWaiter to the end of the list of waiter implementationsGravatar Derek Mauro2023-08-10
* Add Support for mmap on Qualcomm Hexagon DSP targets.Gravatar Abseil Team2023-07-17
* Use an allowlist visibility model for //absl/synchronizationGravatar Derek Mauro2023-07-10
* absl: extend Condition::kTrue commentGravatar Abseil Team2023-07-01
* absl: add a Mutex::Await/LockWhen testGravatar Abseil Team2023-06-20
* absl: fix lint errors in MutexGravatar Abseil Team2023-06-20
* absl: cosmetic changes for MutexGravatar Abseil Team2023-06-20
* absl: reformat Mutex-related filesGravatar Abseil Team2023-06-20
* absl: fix Mutex writer starvation related to uninit priorityGravatar Abseil Team2023-06-16
* absl: move comment in mutex.cc to where it belongsGravatar Abseil Team2023-06-15
* Migrate most RAW_LOGs and RAW_CHECKs in tests to regular LOG and CHECK.Gravatar Andy Getzendanner2023-05-23
* Mutex: Remove the deprecated absl::RegisterSymbolizer() hookGravatar Derek Mauro2023-05-15
* For Bazel builds, mark some of the low-level tests that are dependentGravatar Derek Mauro2023-05-08
* Nop change.Gravatar Abseil Team2023-05-08
* Fix spelling mistakesGravatar Vertexwahn2023-05-02
* PR #1433: Fix incorrect timespec definition on 32-bit platforms with 64-bit t...Gravatar Oleg Lyovin2023-05-02
* For Bazel builds, mark some of the low-level tests that are dependentGravatar Derek Mauro2023-05-02
* Merge pull request #1416 from AtariDreams:fillGravatar Copybara-Service2023-04-24
|\
* | Mutex: Remove MSVC 2015 workaroundsGravatar Derek Mauro2023-04-24
* | Support pthread_cond_clockwait() and sem_clockwait() on AndroidGravatar Derek Mauro2023-04-20