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