index
:
debian-abseil
master
Debian packaging for Abseil
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
absl
/
synchronization
/
mutex.cc
Commit message (
Expand
)
Author
Age
*
Mutex: Rollback requeing waiters as LIFO
Abseil Team
2023-09-21
*
Rollback "absl: speed up Mutex::Lock"
Dmitry Vyukov
2023-09-20
*
absl:speed up Mutex::[Reader]TryLock
Dmitry Vyukov
2023-09-20
*
absl: speed up Mutex::ReaderLock/Unlock
Dmitry Vyukov
2023-09-20
*
absl: speed up Mutex::Lock
Dmitry Vyukov
2023-09-18
*
absl: requeue waiters as LIFO
Dmitry Vyukov
2023-09-18
*
absl: remove special case for timed CondVar waits
Dmitry Vyukov
2023-09-15
*
absl: optimize Condition checks in Mutex code
Dmitry Vyukov
2023-09-15
*
Rollback:
Abseil Team
2023-09-08
*
absl: remove leftovers of CondVar support for other mutexes
Abseil Team
2023-09-08
*
absl: inline and de-dup Mutex::Await/LockWhen/CondVar::Wait
Abseil Team
2023-09-08
*
absl: remove known_false condition in Mutex code
Abseil Team
2023-09-08
*
absl: remove special handling of Condition::kTrue
Abseil Team
2023-09-08
*
absl: fix a priority bug in CondVar wait morphing
Abseil Team
2023-08-29
*
absl: fix lint errors in Mutex
Abseil Team
2023-06-20
*
absl: cosmetic changes for Mutex
Abseil Team
2023-06-20
*
absl: reformat Mutex-related files
Abseil Team
2023-06-20
*
absl: fix Mutex writer starvation related to uninit priority
Abseil Team
2023-06-16
*
absl: move comment in mutex.cc to where it belongs
Abseil Team
2023-06-15
*
Mutex: Remove the deprecated absl::RegisterSymbolizer() hook
Derek Mauro
2023-05-15
*
Synchronization: Add support for true relative timeouts using
Derek Mauro
2023-03-14
*
Rollback Mutex relative timeout support because of internal incompatibility
Abseil Team
2023-03-09
*
Synchronization: Add support for true relative timeouts using
Derek Mauro
2023-03-08
*
Rollback because of internal incompatibility.
Abseil Team
2023-02-28
*
Fix out of bounds array access when deadlock detector finds exceptionally lar...
Abseil Team
2023-02-22
*
Synchronization: Add support for true relative timeouts using
Derek Mauro
2023-02-17
*
Minor formatting: Fix misplaced space.
Abseil Team
2023-01-19
*
Clean up the XRay annotation leftover on mutex.
Abseil Team
2022-12-27
*
Replace ABSL_INTERNAL_UNREACHABLE with ABSL_UNREACHABLE()
Derek Mauro
2022-12-22
*
Remove static initializer from mutex.h.
Abseil Team
2022-11-30
*
absl: fix Mutex TSan annotations
Abseil Team
2022-11-28
*
Update Condition to allocate 24 bytes for MSVC platform pointers to methods.
Abseil Team
2022-11-16
*
Force a conservative allocation for pointers to methods in Condition objects.
Abseil Team
2022-11-07
*
Mutex: Fix stall on single-core systems
Abseil Team
2022-10-24
*
Changes mutex unlock profiling
Abseil Team
2022-10-07
*
Fix "unsafe narrowing" warnings in absl, 9/n.
Abseil Team
2022-09-08
*
Changes mutex profiling
Abseil Team
2022-09-01
*
Fix "unsafe narrowing" warnings in absl, 3/n.
Abseil Team
2022-08-04
*
Merge pull request #1223 from ElijahPepe:fix/implement-snprintf-safely
Copybara-Service
2022-07-27
|
\
|
*
fix: properly create the b integer
Elijah Conners
2022-07-21
|
*
fix(mutex): safely call snprintf
Elijah Conners
2022-07-19
|
/
*
absl: fix live-lock in CondVar
Abseil Team
2022-05-17
*
Fix typo: "a the condition" -> "a condition".
Abseil Team
2022-04-22
*
Export of internal Abseil changes
Abseil Team
2021-12-28
*
Export of internal Abseil changes
Abseil Team
2021-12-15
*
Export of internal Abseil changes
Abseil Team
2021-12-13
*
Export of internal Abseil changes
Abseil Team
2021-03-10
*
Export of internal Abseil changes
Abseil Team
2021-02-19
*
Export of internal Abseil changes
Abseil Team
2021-01-12
*
Export of internal Abseil changes
Abseil Team
2021-01-08
[next]