summaryrefslogtreecommitdiff
path: root/absl/synchronization
Commit message (Expand)AuthorAge
* Abseil LTS branch, Aug 2023, Patch 1 (#1534)20230802.1Gravatar Derek Mauro2023-09-18
* 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
* | Fix flaky test failures.Gravatar Evan Brown2023-04-20
| * Prefer copy_n and fill_n over copy and fill where appropriate.Gravatar Rose2023-04-19
|/
* Spell out the meaning of non-reentrant/non-recursive.Gravatar Thomas Köppe2023-04-13
* Don't override clock_gettime in the KernelTimeout and WaiterGravatar Derek Mauro2023-04-13
* Synchronization: Consolidate the logic for whether steady clocks are supportedGravatar Derek Mauro2023-04-12
* Synchronization: Support true relative timeouts using the POSIXGravatar Derek Mauro2023-04-08
* Synchronization: Support true relative timeouts on Apple platformsGravatar Derek Mauro2023-04-06
* Fix flakiness issues in timing tests.Gravatar Evan Brown2023-03-27
* Internal Code ChangeGravatar Abseil Team2023-03-23
* Add an implementation of Waiter that uses std::mutex/std::condition_variableGravatar Derek Mauro2023-03-21
* Synchronization: Refactor Waiter to allow us to write testsGravatar Derek Mauro2023-03-20
* Increase the timeout of Windows for the kernel timeout tests.Gravatar Tom Rybka2023-03-16
* Synchronization: Add support for true relative timeouts usingGravatar Derek Mauro2023-03-14
* Synchronization: Change KernelTimeout to always store absoluteGravatar Derek Mauro2023-03-13
* Rollback Mutex relative timeout support because of internal incompatibilityGravatar Abseil Team2023-03-09
* Synchronization: Add support for true relative timeouts usingGravatar Derek Mauro2023-03-08
* Rollback because of internal incompatibility.Gravatar Abseil Team2023-02-28
* Fix out of bounds array access when deadlock detector finds exceptionally lar...Gravatar Abseil Team2023-02-22
* Synchronization: Add support for true relative timeouts usingGravatar Derek Mauro2023-02-17
* Add KernelTimeout methods that convert the timeout to theGravatar Derek Mauro2023-02-16
* KernelTimeout optimization: Use absl::GetCurrentTimeNanos()Gravatar Derek Mauro2023-02-15
* Rewrite KernelTimeout to support both absolute and relative timeoutsGravatar Derek Mauro2023-02-09
* Add overrides to other functions which call Waiter::GetWaiterGravatar Abseil Team2023-02-08
* Delete unused Futex methodsGravatar Derek Mauro2023-02-01
* Minor formatting: Fix misplaced space.Gravatar Abseil Team2023-01-19
* Clean up the XRay annotation leftover on mutex.Gravatar Abseil Team2022-12-27
* Replace ABSL_INTERNAL_UNREACHABLE with ABSL_UNREACHABLE()Gravatar Derek Mauro2022-12-22
* Remove unneeded "friends" from KernelTimeout.Gravatar Abseil Team2022-12-21
* Add MakeAbsNs to KernelTimeout.Gravatar Abseil Team2022-12-15
* Fix the documentation of the atomic_hook.h registration functions to correctl...Gravatar Greg Falcon2022-12-15