Gitiles
Code Review
Sign In
review.shift-gmbh.com
/
SHIFTPHONES
/
android_art
/
6b529f15c71b5bf72b0d2717e5a72678be5c5139
/
runtime
/
thread_pool.cc
f9dbb97
Adjust JIT thread priority post-fork.
by Nicolas Geoffray
· 4 years, 5 months ago
034ac51
Make the ART thread pool implementation use default-sized stacks on Bionic
by Daniel Colascione
· 4 years, 10 months ago
80777ed
Revert^2 "Make sure all runtime threads are in the System thread group."
by Alex Light
· 5 years ago
9ca8b2b
Revert "Make sure all runtime threads are in the System thread group."
by Nicolas Geoffray
· 5 years ago
0e01c8d
Make sure all runtime threads are in the System thread group.
by Alex Light
· 5 years ago
714fad6
Delete tasks when deleting a thread pool.
by Nicolas Geoffray
· 6 years ago
93c21ba
Avoid waiting for threads to create
by Mathieu Chartier
· 6 years ago
ce9ed36
Enable JIT in zygote.
by Nicolas Geoffray
· 6 years ago
eac4d6a
Reduce runtime thread pool stack size
by Mathieu Chartier
· 6 years ago
1130659
Refactor MemMap::MapAnonymous().
by Vladimir Marko
· 6 years ago
98ea9d9
ART: Refactor for bugprone-argument-comment
by Andreas Gampe
· 6 years ago
cea4215
Revert "Allow threads to be marked as unsuspendable by kForUserCode"
by Alex Light
· 6 years ago
e9f6103
Prevent the JIT from loading classes in debuggable mode
by Alex Light
· 6 years ago
f6985bd
Add an overload for MemMap::MapAnonymous().
by Vladimir Marko
· 6 years ago
c34bebf
Remove unnecessary indirection from MemMap.
by Vladimir Marko
· 6 years ago
5357067
Allow threads to be marked as unsuspendable by kForUserCode
by Alex Light
· 7 years ago
c431b9d
Move most of runtime/base to libartbase/base
by David Sehr
· 7 years ago
5794381
ART: Replace base/logging with android-base/logging
by Andreas Gampe
· 7 years ago
8d8de0c
Use CheckedCall for mprotects
by Mathieu Chartier
· 7 years ago
8cf9cb3
ART: Include cleanup
by Andreas Gampe
· 8 years ago
b486a98
ART: Introduce thread-current-inl.h
by Andreas Gampe
· 8 years ago
d490129
ART: Clean up heap headers
by Andreas Gampe
· 8 years ago
b15de0c
ART: Add ThreadPool mode that creates peers
by Andreas Gampe
· 8 years ago
d96b96d
Merge "Add Thread entry to signal if the thread can call into java"
by Calin Juravle
· 8 years ago
ccd5695
Add Thread entry to signal if the thread can call into java
by Calin Juravle
· 8 years ago
46ee31b
ART: Move to libbase StringPrintf
by Andreas Gampe
· 8 years ago
340dafa
Use a per-thread VerifierDeps.
by Nicolas Geoffray
· 8 years ago
6f3a70f
ART: Change ThreadPool::Wait behavior
by Andreas Gampe
· 8 years ago
bb661c0
Refactor use of __ANDROID__ macro
by Bilyan Borisov
· 9 years ago
9e927f5
Lower JIT thread priority
by Andreas Gampe
· 9 years ago
629e935
Properly delete the jit thread pool.
by Nicolas Geoffray
· 9 years ago
0b6e283
ART: mprotect() bottom page of ThreadPoolWorker stacks.
by Vladimir Marko
· 9 years ago
c1a03d9
Remove unused WorkStealing thread pool
by Mathieu Chartier
· 10 years ago
80afd02
ART: Clean up arm64 kNumberOfXRegisters usage.
by Vladimir Marko
· 10 years ago
2cebb24
Replace NULL with nullptr
by Mathieu Chartier
· 10 years ago
5c42c29
Add support for .bss section in oat files.
by Vladimir Marko
· 10 years ago
277ccbd
ART: More warnings
by Andreas Gampe
· 10 years ago
6a3c1fc
Remove -Wno-unused-parameter and -Wno-sign-promo from base cflags.
by Ian Rogers
· 10 years ago
ef7d42f
Object model changes to support 64bit.
by Ian Rogers
· 11 years ago
dcc5c75
Remove sleep workaround in thread pool.
by Mathieu Chartier
· 11 years ago
8af3d2b
Temporary fix for target tests.
by Mathieu Chartier
· 11 years ago
bcd5e9d
Manually manage thread pool stacks.
by Mathieu Chartier
· 11 years ago
a3d2718
Change thread.h to thread-inl.h to pick up missing Thread::Currnet for debug build in master
by Brian Carlstrom
· 11 years ago
2775ee4
Add more runtime options.
by Mathieu Chartier
· 11 years ago
720ef76
Fix non concurrent GC ergonomics.
by Mathieu Chartier
· 11 years ago
94c32c5
More parallel GC, rewritten parallel mark stack processing.
by Mathieu Chartier
· 11 years ago
0cd7ec2
Fix cpplint whitespace/blank_line issues
by Brian Carlstrom
· 12 years ago
2ce745c
Fix cpplint whitespace/braces issues
by Brian Carlstrom
· 12 years ago
7940e44
Create separate Android.mk for main build targets
by Brian Carlstrom
· 12 years ago
[Renamed from src/thread_pool.cc]
1d54e73
GC clean up.
by Ian Rogers
· 12 years ago
d914eb2
Thread pool tidying.
by Ian Rogers
· 12 years ago
1aa246d
Move casts.h and stl_util.h into base/.
by Elliott Hughes
· 12 years ago
35883cc
Ensure ThreadPool constructor does not return until fully initialized.
by Mathieu Chartier
· 12 years ago
664bebf
Fix occasional deadlock caused by checkpoint root marking.
by Mathieu Chartier
· 12 years ago
02b6a78
Parellel mark stack processing
by Mathieu Chartier
· 12 years ago
bcc2926
Add dex2oat watch dog thread for host builds
by Brian Carlstrom
· 12 years ago
e46cd75
Fix race condition in thread pool shutdown
by Mathieu Chartier
· 12 years ago
0e4627e
Add thread pool class
by Mathieu Chartier
· 12 years ago