summaryrefslogtreecommitdiff
path: root/runtime/thread_state.h
AgeCommit message (Expand)Author
2024-03-16Do not handle suspension request in StartGC Hans Boehm
2024-02-01Add visibility attributes in runtime/t* Dmitrii Ishcheikin
2021-11-25Always access Thread state and flags as 32-bit location. Vladimir Marko
2020-06-11Clean up generated operator<<(os, enum). Vladimir Marko
2019-05-15Add thread state descriptive comment Hans Boehm
2019-03-27Revert "Revert "Change state to waiting during aborting the VM"" Koji Fukui
2019-03-19Revert "Change state to waiting during aborting the VM" Nicolas Geoffray
2019-03-18Change state to waiting during aborting the VM Koji Fukui
2019-01-09ART: Use iosfwd more Andreas Gampe
2017-09-14Add support for JVMTI monitor events. Alex Light
2015-08-27Synchronize JNI critical calls with the CC collector thread flip. Hiroshi Yamauchi
2015-08-04Address some comments and clean up Mathieu Chartier
2015-07-17Change intern table to not use WaitHoldingLocks Mathieu Chartier
2015-05-12Hold heap bitmap lock in Heap::GetObjectsAllocated Mathieu Chartier
2015-01-20Clean up the locks around Heap::VisitObjects(). Hiroshi Yamauchi
2014-11-03Remove -Wno-unused-parameter and -Wno-sign-promo from base cflags. Ian Rogers
2014-07-09Fix method tracing from command-line Sebastien Hertz
2014-01-13Selective deoptimization. Sebastien Hertz
2014-01-07Add sampling profiler Dave Allison
2013-07-26Fix cpplint whitespace/comments issues Brian Carlstrom
2013-07-17Fix multiple inclusion guards to match new pathnames Brian Carlstrom
2013-07-12Create separate Android.mk for main build targets Brian Carlstrom