aboutsummaryrefslogtreecommitdiff
path: root/absl/synchronization/internal
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
* 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
* Avoid using both Win32Waiter and PthreadWaiter on MinGW,Derek Mauro2023-11-082-4/+6
* 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
* absl: reformat Mutex-related filesAbseil Team2023-06-201-0/+1
* Migrate most RAW_LOGs and RAW_CHECKs in tests to regular LOG and CHECK.Andy Getzendanner2023-05-231-21/+20
* Nop change.Abseil Team2023-05-081-1/+0
* PR #1433: Fix incorrect timespec definition on 32-bit platforms with 64-bit t...Oleg Lyovin2023-05-021-6/+42
* Merge pull request #1416 from AtariDreams:fillCopybara-Service2023-04-241-2/+2
|\
| * Prefer copy_n and fill_n over copy and fill where appropriate.Rose2023-04-191-2/+2
* | Support pthread_cond_clockwait() and sem_clockwait() on AndroidDerek Mauro2023-04-202-0/+4
* | Fix flaky test failures.Evan Brown2023-04-201-6/+6
|/
* Don't override clock_gettime in the KernelTimeout and WaiterDerek Mauro2023-04-132-8/+15
* Synchronization: Consolidate the logic for whether steady clocks are supportedDerek Mauro2023-04-1210-47/+83
* Synchronization: Support true relative timeouts using the POSIXDerek Mauro2023-04-086-11/+150
* Synchronization: Support true relative timeouts on Apple platformsDerek Mauro2023-04-062-6/+31
* Fix flakiness issues in timing tests.Evan Brown2023-03-271-3/+3
* Add an implementation of Waiter that uses std::mutex/std::condition_variableDerek Mauro2023-03-214-0/+156
* Synchronization: Refactor Waiter to allow us to write testsDerek Mauro2023-03-2014-515/+1030
* Increase the timeout of Windows for the kernel timeout tests.Tom Rybka2023-03-161-1/+3
* Synchronization: Add support for true relative timeouts usingDerek Mauro2023-03-142-27/+58
* Synchronization: Change KernelTimeout to always store absoluteDerek Mauro2023-03-133-73/+72
* Rollback Mutex relative timeout support because of internal incompatibilityAbseil Team2023-03-093-151/+28
* Synchronization: Add support for true relative timeouts usingDerek Mauro2023-03-083-28/+151
* Rollback because of internal incompatibility.Abseil Team2023-02-283-151/+28
* Synchronization: Add support for true relative timeouts usingDerek Mauro2023-02-173-28/+151
* Add KernelTimeout methods that convert the timeout to theDerek Mauro2023-02-163-0/+94
* KernelTimeout optimization: Use absl::GetCurrentTimeNanos()Derek Mauro2023-02-151-3/+3
* Rewrite KernelTimeout to support both absolute and relative timeoutsDerek Mauro2023-02-093-113/+513
* Add overrides to other functions which call Waiter::GetWaiterAbseil Team2023-02-083-9/+26
* Delete unused Futex methodsDerek Mauro2023-02-011-25/+0
* Remove unneeded "friends" from KernelTimeout.Abseil Team2022-12-211-5/+3
* Add MakeAbsNs to KernelTimeout.Abseil Team2022-12-151-2/+17
* Use AnyInvocable in internal thread_poolAbseil Team2022-11-151-3/+6
* Fix "unsafe narrowing" warnings in absl, 8/n.Abseil Team2022-09-121-17/+20
* Rollback of fix "unsafe narrowing" warnings in absl, 8/n.Derek Mauro2022-09-011-20/+17
* Fix "unsafe narrowing" warnings in absl, 8/n.Abseil Team2022-09-011-17/+20
* Fix "unsafe narrowing" warnings in absl, 3/n.Abseil Team2022-08-041-31/+37
* Fix "unsafe narrowing" warnings in absl, 1/n.Abseil Team2022-07-281-1/+2
* absl: fix use-after-free in Mutex/CondVarAbseil Team2022-05-176-48/+19
* Add a stress test for base_internal::ThreadIdentity reuse.Abseil Team2022-05-161-0/+9
* Fix spelling error "charachter"Abseil Team2022-05-111-1/+1
* Export of internal Abseil changesAbseil Team2021-05-041-1/+1