index
:
platform/art
banksia-dev
[no description]
Gerrit Code Review
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
runtime
/
base
/
mutex-inl.h
Age
Commit message (
Expand
)
Author
2024-06-07
SYS_futex is available in all our linux libcs.
Elliott Hughes
2024-01-08
Add visibility attributes in runtime/base
Dmitrii Ishcheikin
2023-12-20
Revert^18 "Thread suspension cleanup and deadlock fix"
Hans Boehm
2023-12-19
Revert^17 "Thread suspension cleanup and deadlock fix"
Hans Boehm
2023-12-19
Revert^16 "Thread suspension cleanup and deadlock fix"
Hans Boehm
2023-09-09
Revert "Revert^14 "Thread suspension cleanup and deadlock fix""
Hans Boehm
2023-09-09
Revert^14 "Thread suspension cleanup and deadlock fix"
Hans Boehm
2023-08-24
Revert "Revert^12 "Thread suspension cleanup and deadlock fix""
Hans Boehm
2023-08-23
Revert^12 "Thread suspension cleanup and deadlock fix"
Hans Boehm
2023-08-15
Revert "Revert^10 "Thread suspension cleanup and deadlock fix""""
Hans Boehm
2023-08-14
Revert^10 "Thread suspension cleanup and deadlock fix"""
Hans Boehm
2023-03-29
Revert "Revert^8 "Thread suspension cleanup and deadlock fix""
Hans Boehm
2023-03-29
Revert^8 "Thread suspension cleanup and deadlock fix"
Hans Boehm
2023-01-06
Revert "Revert^6 "Thread suspension cleanup and deadlock fix""
Hans Boehm
2023-01-06
Revert^6 "Thread suspension cleanup and deadlock fix"
Hans Boehm
2022-10-22
Revert "Revert^4 "Thread suspension cleanup and deadlock fix""
Hans Boehm
2022-10-21
Revert^4 "Thread suspension cleanup and deadlock fix"
Hans Boehm
2022-10-13
Revert "Revert^2 "Thread suspension cleanup and deadlock fix""
Hans Boehm
2022-10-12
Revert^2 "Thread suspension cleanup and deadlock fix"
Hans Boehm
2021-11-17
JNI: Faster mutator locking during transition.
Vladimir Marko
2020-07-24
Update language to comply with Android’s inclusive language guidance
Ian Pedowitz
2019-06-14
ART: Correctly handle an abort from an unattached thread
Andreas Gampe
2019-04-25
Speed up and slightly simplify Mutex
Hans Boehm
2019-04-24
Use single contention counter for rw mutexes
Hans Boehm
2018-11-09
Revert^2 "Notify waiters when releasing the monitor"
Charles Munger
2018-11-06
Revert "Notify waiters when releasing the monitor"
Roland Levillain
2018-11-02
Notify waiters when releasing the monitor
Charles Munger
2018-10-31
Use _PRIVATE versions of futex ops.
Charles Munger
2018-07-27
Ensure seq_cst memory ordering for num_contenders
Hyangseok Chae
2018-06-25
ART: Use clang-tidy to warn on RAII issue
Andreas Gampe
2018-03-23
ART: Simplify atomic.h
Orion Hodson
2018-03-05
Move most of runtime/base to libartbase/base
David Sehr
2018-01-03
ART: Rename Atomic::CompareExchange methods
Orion Hodson
2017-11-20
Revert "Revert "Make JVMTI DisposeEnvironment and GetEnv thread safe.""
Alex Light
2017-11-20
Revert "Make JVMTI DisposeEnvironment and GetEnv thread safe."
Alex Light
2017-11-20
Make JVMTI DisposeEnvironment and GetEnv thread safe.
Alex Light
2017-09-13
Shrink ART Mutex exclusive_owner_ field to Atomic<pid_t>
Hans Boehm
2017-06-02
ART: Introduce thread-current-inl.h
Andreas Gampe
2017-04-17
ART: Make less lock-level noise on abort
Andreas Gampe
2016-12-15
ART: Move to libbase StringPrintf
Andreas Gampe
2016-10-20
Remove mutex dependency on art::Runtime
David Sehr
2016-06-29
Special case the suspend to runnable transition when locking.
Nicolas Geoffray
2015-07-13
ART: JNI thread state transition optimization
Yu Li
2015-05-26
ART: Clean up arm64 kNumberOfXRegisters usage.
Vladimir Marko
2015-04-22
Replace NULL with nullptr
Mathieu Chartier
2014-12-09
Revert "Tidy gAborting."
Nicolas Geoffray
2014-12-04
Tidy gAborting.
Ian Rogers
2014-11-21
Avoid some recursive aborting.
Ian Rogers
2014-11-06
Mac host doesn't define ART_USE_FUTEXES.
Ian Rogers
2014-11-06
Move include of system headers outside namesapce.
Chih-Hung Hsieh
[next]