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_test.cc
Age
Commit message (
Expand
)
Author
2018-10-23
ART: Refactor for bugprone-argument-comment
Andreas Gampe
2018-09-07
ART: Continue adding override annotations
Andreas Gampe
2018-03-23
ART: Simplify atomic.h
Orion Hodson
2018-03-05
Move most of runtime/base to libartbase/base
David Sehr
2017-01-27
ART: Add ThreadPool mode that creates peers
Andreas Gampe
2016-11-18
Fix valgrind issue with thread_pool_test.
Andreas Gampe
2016-11-18
Fix valgrind issue with thread_pool_test.
Nicolas Geoffray
2016-11-17
ART: Change ThreadPool::Wait behavior
Andreas Gampe
2014-11-09
Fix thread pool test valgrind flakiness
Mathieu Chartier
2014-07-15
Break apart header files.
Ian Rogers
2014-05-20
Begin migration of art::Atomic to std::atomic.
Ian Rogers
2014-02-26
Split up CommonTest into CommonRuntimeTest and CommonCompilerTest
Brian Carlstrom
2014-02-06
Object model changes to support 64bit.
Ian Rogers
2013-12-20
Tidy up memory barriers.
Ian Rogers
2013-11-13
Manually manage thread pool stacks.
Mathieu Chartier
2013-07-18
am 0cd7ec2d: Fix cpplint whitespace/blank_line issues
Brian Carlstrom
2013-07-18
Fix cpplint whitespace/blank_line issues
Brian Carlstrom
2013-07-17
am 93ba893c: Fix cpplint runtime/explicit issues
Brian Carlstrom
2013-07-17
Fix cpplint runtime/explicit issues
Brian Carlstrom
2013-07-15
Refactor atomic integer.
Mathieu Chartier
2013-07-12
Create separate Android.mk for main build targets
Brian Carlstrom