index
:
platform/art
banksia-dev
[no description]
Gerrit Code Review
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
runtime
/
thread_pool.cc
Age
Commit message (
Expand
)
Author
2021-04-01
Protect the construction of the verification thread pool.
Nicolas Geoffray
2021-03-08
make the art thread pool use the exact stack_size
eric.yan
2020-09-02
Adjust JIT thread priority post-fork.
Nicolas Geoffray
2020-06-19
Make the ART thread pool implementation use default-sized stacks on Bionic
Daniel Colascione
2019-12-18
Revert^2 "Make sure all runtime threads are in the System thread group."
Alex Light
2019-12-17
Revert "Make sure all runtime threads are in the System thread group."
Nicolas Geoffray
2019-12-17
Make sure all runtime threads are in the System thread group.
Alex Light
2019-07-02
Delete tasks when deleting a thread pool.
Nicolas Geoffray
2018-12-12
Avoid waiting for threads to create
Mathieu Chartier
2018-12-06
Enable JIT in zygote.
Nicolas Geoffray
2018-12-05
Reduce runtime thread pool stack size
Mathieu Chartier
2018-10-30
Refactor MemMap::MapAnonymous().
Vladimir Marko
2018-10-23
ART: Refactor for bugprone-argument-comment
Andreas Gampe
2018-10-01
Revert "Allow threads to be marked as unsuspendable by kForUserCode"
Alex Light
2018-10-01
Prevent the JIT from loading classes in debuggable mode
Alex Light
2018-08-24
Add an overload for MemMap::MapAnonymous().
Vladimir Marko
2018-08-21
Remove unnecessary indirection from MemMap.
Vladimir Marko
2018-07-17
Allow threads to be marked as unsuspendable by kForUserCode
Alex Light
2018-03-05
Move most of runtime/base to libartbase/base
David Sehr
2017-12-07
ART: Replace base/logging with android-base/logging
Andreas Gampe
2017-10-04
Use CheckedCall for mprotects
Mathieu Chartier
2017-07-24
ART: Include cleanup
Andreas Gampe
2017-06-02
ART: Introduce thread-current-inl.h
Andreas Gampe
2017-05-30
ART: Clean up heap headers
Andreas Gampe
2017-01-27
ART: Add ThreadPool mode that creates peers
Andreas Gampe
2016-12-19
Merge "Add Thread entry to signal if the thread can call into java"
Calin Juravle
2016-12-16
Add Thread entry to signal if the thread can call into java
Calin Juravle
2016-12-15
ART: Move to libbase StringPrintf
Andreas Gampe
2016-11-22
Use a per-thread VerifierDeps.
Nicolas Geoffray
2016-11-17
ART: Change ThreadPool::Wait behavior
Andreas Gampe
2016-04-22
Refactor use of __ANDROID__ macro
Bilyan Borisov
2016-03-01
Lower JIT thread priority
Andreas Gampe
2015-11-05
Properly delete the jit thread pool.
Nicolas Geoffray
2015-09-24
ART: mprotect() bottom page of ThreadPoolWorker stacks.
Vladimir Marko
2015-07-09
Remove unused WorkStealing thread pool
Mathieu Chartier
2015-05-26
ART: Clean up arm64 kNumberOfXRegisters usage.
Vladimir Marko
2015-04-22
Replace NULL with nullptr
Mathieu Chartier
2015-03-02
Add support for .bss section in oat files.
Vladimir Marko
2014-11-04
ART: More warnings
Andreas Gampe
2014-11-03
Remove -Wno-unused-parameter and -Wno-sign-promo from base cflags.
Ian Rogers
2014-02-06
Object model changes to support 64bit.
Ian Rogers
2013-11-21
Remove sleep workaround in thread pool.
Mathieu Chartier
2013-11-15
Temporary fix for target tests.
Mathieu Chartier
2013-11-13
Manually manage thread pool stacks.
Mathieu Chartier
2013-11-06
Change thread.h to thread-inl.h to pick up missing Thread::Currnet for debug ...
Brian Carlstrom
2013-08-21
Add more runtime options.
Mathieu Chartier
2013-08-19
Fix non concurrent GC ergonomics.
Mathieu Chartier
2013-08-16
More parallel GC, rewritten parallel mark stack processing.
Mathieu Chartier
2013-07-18
Fix cpplint whitespace/blank_line issues
Brian Carlstrom
2013-07-17
Fix cpplint whitespace/braces issues
Brian Carlstrom
[next]