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.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
Apply ABSL_MUST_USE_RESULT to try lock functions.
Chris Kennelly
2024-04-25
1
-3
/
+4
*
Annotate that Mutex should warn when unused.
Chris Kennelly
2024-04-04
1
-1
/
+1
*
[absl] Rename `absl::internal::identity` to `absl::internal::type_identity`
Lawrence Wolf-Sonkin
2023-12-28
1
-12
/
+14
*
Mutex: Fix Condition pointer-to-member cast to respect const qualifier
Abseil Team
2023-12-18
1
-7
/
+7
*
Mutex: Remove destructor in release build
Dmitry Vyukov
2023-10-31
1
-1
/
+17
*
Rollback "Mutex: Remove destructor in release build"
Dmitry Vyukov
2023-10-27
1
-10
/
+1
*
Mutex: Remove destructor in release build
Dmitry Vyukov
2023-10-27
1
-1
/
+10
*
absl:speed up Mutex::[Reader]TryLock
Dmitry Vyukov
2023-09-20
1
-0
/
+4
*
absl: remove special case for timed CondVar waits
Dmitry Vyukov
2023-09-15
1
-1
/
+0
*
absl: optimize Condition checks in Mutex code
Dmitry Vyukov
2023-09-15
1
-1
/
+3
*
Rollback:
Abseil Team
2023-09-08
1
-5
/
+3
*
absl: inline and de-dup Mutex::Await/LockWhen/CondVar::Wait
Abseil Team
2023-09-08
1
-12
/
+44
*
absl: remove special handling of Condition::kTrue
Abseil Team
2023-09-08
1
-3
/
+5
*
absl: extend Condition::kTrue comment
Abseil Team
2023-07-01
1
-0
/
+10
*
absl: fix lint errors in Mutex
Abseil Team
2023-06-20
1
-1
/
+1
*
absl: reformat Mutex-related files
Abseil Team
2023-06-20
1
-91
/
+96
*
Mutex: Remove the deprecated absl::RegisterSymbolizer() hook
Derek Mauro
2023-05-15
1
-17
/
+0
*
Fix spelling mistakes
Vertexwahn
2023-05-02
1
-1
/
+1
*
Mutex: Remove MSVC 2015 workarounds
Derek Mauro
2023-04-24
1
-0
/
+20
*
Spell out the meaning of non-reentrant/non-recursive.
Thomas Köppe
2023-04-13
1
-12
/
+28
*
Fix the documentation of the atomic_hook.h registration functions to correctl...
Greg Falcon
2022-12-15
1
-10
/
+11
*
Remove static initializer from mutex.h.
Abseil Team
2022-11-30
1
-4
/
+5
*
Update Condition to allocate 24 bytes for MSVC platform pointers to methods.
Abseil Team
2022-11-16
1
-11
/
+9
*
Force a conservative allocation for pointers to methods in Condition objects.
Abseil Team
2022-11-07
1
-34
/
+73
*
Changes mutex profiling
Abseil Team
2022-09-01
1
-1
/
+1
*
Clarify the behaviour of `AssertHeld` and `AssertReaderHeld` when the calling...
Abseil Team
2022-05-27
1
-6
/
+13
*
Export of internal Abseil changes
Abseil Team
2021-12-15
1
-3
/
+4
*
Export of internal Abseil changes
Abseil Team
2021-10-28
1
-3
/
+3
*
Export of internal Abseil changes
Abseil Team
2021-03-10
1
-5
/
+3
*
Export of internal Abseil changes
Abseil Team
2021-02-19
1
-1
/
+1
*
Export of internal Abseil changes
Abseil Team
2021-02-08
1
-1
/
+1
*
Export of internal Abseil changes
Abseil Team
2021-01-20
1
-1
/
+1
*
Export of internal Abseil changes
Abseil Team
2020-10-29
1
-15
/
+68
*
Export of internal Abseil changes
Abseil Team
2020-10-12
1
-5
/
+5
*
Export of internal Abseil changes
Abseil Team
2020-09-28
1
-34
/
+0
*
Export of internal Abseil changes
Abseil Team
2020-07-09
1
-0
/
+5
*
Export of internal Abseil changes
Abseil Team
2020-05-12
1
-1
/
+6
*
Export of internal Abseil changes
Abseil Team
2020-04-16
1
-5
/
+4
*
Export of internal Abseil changes
Abseil Team
2019-12-12
1
-1
/
+3
*
Export of internal Abseil changes
Abseil Team
2019-10-16
1
-1
/
+1
*
Export of internal Abseil changes
Abseil Team
2019-09-05
1
-43
/
+43
*
Export of internal Abseil changes.
Abseil Team
2019-03-19
1
-0
/
+4
*
Changed HTTP URLs to HTTPS where possible (#270)
nik7273
2019-03-08
1
-1
/
+1
*
Export of internal Abseil changes.
Abseil Team
2018-12-13
1
-0
/
+22
*
Export of internal Abseil changes.
Abseil Team
2018-10-30
1
-1
/
+1
*
Export of internal Abseil changes.
Abseil Team
2018-08-22
1
-1
/
+1
*
Export of internal Abseil changes.
Abseil Team
2018-08-02
1
-1
/
+1
*
Export of internal Abseil changes.
Abseil Team
2018-07-12
1
-2
/
+2
*
- a4e14440b870dbf7b36975eaebf783a70a7fcee4 Release string_view microbenchma...
Abseil Team
2018-05-18
1
-1
/
+1
*
- 45690246da1e36acde86c941b68aad2248b16ea7 Import of CCTZ from Github. by A...
Abseil Team
2018-05-07
1
-0
/
+6
[next]